From bcde4f0ef10dcea60938d1ac42cd03342482d28a Mon Sep 17 00:00:00 2001 From: jjkcharles <1765598+jjkcharles@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:41:33 -0700 Subject: [PATCH] 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> --- .../components-reference/supported-bindings/gcppubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md b/daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md index 4e9e6ed2f..f1681191e 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md @@ -9,7 +9,7 @@ aliases: ## 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