We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 444550a + 6eeaa2e commit 1672c5fCopy full SHA for 1672c5f
1 file changed
docs/quickstart.rst
@@ -876,7 +876,7 @@ Hooking in WSGI Middleware
876
877
To add WSGI middleware to your Flask application, wrap the application's
878
``wsgi_app`` attribute. For example, to apply Werkzeug's
879
-:class:`~werkzeug.middlware.proxy_fix.ProxyFix` middleware for running
+:class:`~werkzeug.middleware.proxy_fix.ProxyFix` middleware for running
880
behind Nginx:
881
882
.. code-block:: python
0 commit comments