Merge pull request #3939 from kangetsu121/fix_link_and_typo

Docs: fix a broken link
This commit is contained in:
David Lord 2021-03-16 10:16:59 -07:00 committed by GitHub
commit 1672c5f565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -876,7 +876,7 @@ Hooking in WSGI Middleware
To add WSGI middleware to your Flask application, wrap the application's
``wsgi_app`` attribute. For example, to apply Werkzeug's
:class:`~werkzeug.middlware.proxy_fix.ProxyFix` middleware for running
:class:`~werkzeug.middleware.proxy_fix.ProxyFix` middleware for running
behind Nginx:
.. code-block:: python