Skip to content

Commit 1672c5f

Browse files
authored
Merge pull request #3939 from kangetsu121/fix_link_and_typo
Docs: fix a broken link
2 parents 444550a + 6eeaa2e commit 1672c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ Hooking in WSGI Middleware
876876

877877
To add WSGI middleware to your Flask application, wrap the application's
878878
``wsgi_app`` attribute. For example, to apply Werkzeug's
879-
:class:`~werkzeug.middlware.proxy_fix.ProxyFix` middleware for running
879+
:class:`~werkzeug.middleware.proxy_fix.ProxyFix` middleware for running
880880
behind Nginx:
881881

882882
.. code-block:: python

0 commit comments

Comments
 (0)