Skip to content

Commit

Permalink
docs(pubsub): fix a typo (#6226)
Browse files Browse the repository at this point in the history
"Subsciptions" -> "Subscriptions"

Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>
  • Loading branch information
mlnrDev and hongalex committed Jun 22, 2022
1 parent 81f704a commit 675b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/doc.go
Expand Up @@ -55,7 +55,7 @@ To receive messages published to a topic, clients create subscriptions
to the topic. There may be more than one subscription per topic; each message
that is published to the topic will be delivered to all of its subscriptions.
Subsciptions may be created like so:
Subscriptions may be created like so:
sub, err := pubsubClient.CreateSubscription(context.Background(), "sub-name",
pubsub.SubscriptionConfig{Topic: topic})
Expand Down

0 comments on commit 675b333

Please sign in to comment.