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()
|
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 >}})
|
||||||
|
|
Loading…
Reference in New Issue