spelling error (#937)

This commit is contained in:
Qalifah 2020-11-18 18:12:15 +01:00 committed by GitHub
parent b79fca8aed
commit a29d4e328c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ def ds_subscriber():
app.run() 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 ```bash
pip install flask pip install flask
@ -219,7 +219,7 @@ def ds_subscriber():
return json.dumps({'success':True}), 200, {'ContentType':'application/json'} return json.dumps({'success':True}), 200, {'ContentType':'application/json'}
app.run() 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 ```bash
pip install flask pip install flask
@ -338,4 +338,4 @@ app.post('/dsstatus', (req, res) => {
## Next steps ## Next steps
- [Scope access to your pub/sub topics]({{< ref pubsub-scopes.md >}}) - [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 quickstart](https://github.com/dapr/quickstarts/tree/master/pub-sub)
- [Pub/sub components]({{< ref setup-pubsub >}}) - [Pub/sub components]({{< ref setup-pubsub >}})