Fix some verbage
This commit is contained in:
parent
3add40625d
commit
cd17a42234
|
@ -30,7 +30,7 @@ app.run(host="0.0.0.0", port=8000)
|
||||||
|
|
||||||
## Middleware chain
|
## Middleware chain
|
||||||
|
|
||||||
If you want to apply the middleware as a chain, applying more than one, is so easy. You only have to be aware that **no return** any response in your middleware:
|
If you want to apply the middleware as a chain, applying more than one, is so easy. You only have to be aware that you do **not return** any response in your middleware:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
app = Sanic(__name__)
|
app = Sanic(__name__)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user