diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md index 05a46f8fb..9221627bf 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md @@ -142,7 +142,7 @@ def ds_subscriber(): app.run() ``` -After creating `app1.py` ensute flask and flask_cors are installed: +After creating `app1.py` ensure flask and flask_cors are installed: ```bash pip install flask @@ -219,7 +219,7 @@ def ds_subscriber(): return json.dumps({'success':True}), 200, {'ContentType':'application/json'} app.run() ``` -After creating `app1.py` ensute flask and flask_cors are installed: +After creating `app1.py` ensure flask and flask_cors are installed: ```bash pip install flask @@ -338,4 +338,4 @@ app.post('/dsstatus', (req, res) => { ## Next steps - [Scope access to your pub/sub topics]({{< ref pubsub-scopes.md >}}) - [Pub/Sub quickstart](https://github.com/dapr/quickstarts/tree/master/pub-sub) -- [Pub/sub components]({{< ref setup-pubsub >}}) \ No newline at end of file +- [Pub/sub components]({{< ref setup-pubsub >}})