Skip to content

Commit 0f57d22

Browse files
sterenchenyumic
authored and
chenyumic
committed
Fix typo in gcloud command (#605)
1 parent c11163d commit 0f57d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/pubsub/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before you can run or deploy the sample, you will need to do the following:
1212
1. Create a topic and subscription.
1313

1414
gcloud beta pubsub topics create <your-topic-name>
15-
gcloud beta pubsub subcriptions create <your-subscription-name> \
15+
gcloud beta pubsub subscriptions create <your-subscription-name> \
1616
--topic <your-topic-name> \
1717
--push-endpoint \
1818
https://<your-project-id>.appspot.com/pubsub/push?token=<your-verification-token> \

0 commit comments

Comments
 (0)