mirror of https://github.com/dapr/docs.git
Fixed a type on gcppubsub.md (#3596)
Fixed a typo where GCP Pub/Sub was mentioned as Azure Pub/Sub Signed-off-by: jjkcharles <1765598+jjkcharles@users.noreply.github.com>
This commit is contained in:
parent
f88b1d998e
commit
bcde4f0ef1
|
@ -9,7 +9,7 @@ aliases:
|
||||||
|
|
||||||
## Component format
|
## Component format
|
||||||
|
|
||||||
To setup Azure Pub/Sub binding create a component of type `bindings.gcp.pubsub`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
To setup GCP Pub/Sub binding create a component of type `bindings.gcp.pubsub`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue