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:
jjkcharles 2023-07-03 15:41:33 -07:00 committed by GitHub
parent f88b1d998e
commit bcde4f0ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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