diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 5521472ea8..fd39ba14b7 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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