forked from orbit-oss/flask
Fixed a typo in quickstart
This commit is contained in:
parent
405d4492e4
commit
3ebc97a780
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ Hooking in WSGI Middlewares
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
If you want to add a WSGI middleware to your application you can wrap the
|
If you want to add a WSGI middleware to your application you can wrap the
|
||||||
internal WSGI application. For example if you want to one of the
|
internal WSGI application. For example if you want to use one of the
|
||||||
middlewares from the Werkzeug package to work around bugs in lighttpd, you
|
middlewares from the Werkzeug package to work around bugs in lighttpd, you
|
||||||
can do it like this::
|
can do it like this::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue