mirror of https://github.com/dapr/docs.git
spelling error (#937)
This commit is contained in:
parent
b79fca8aed
commit
a29d4e328c
|
@ -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 >}})
|
||||
- [Pub/sub components]({{< ref setup-pubsub >}})
|
||||
|
|
Loading…
Reference in New Issue