cloudflare-docs
cloudflare-docs copied to clipboard
Typo `namespace` should be `broker`
Which Cloudflare product does this pertain to?
Pub/Sub
Existing documentation URL(s)
https://developers.cloudflare.com/pub-sub/get-started/guide/#5-create-a-broker
Section that requires update
What needs to change?
$ wrangler pubsub namespace create example-broker --namespace=my-namespace
How should it change?
$ wrangler pubsub broker create example-broker --namespace=my-namespace
Additional information
No response