diff --git a/docs/testing.rst b/docs/testing.rst index 098e81be..ed5765ea 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -221,7 +221,7 @@ application factories (see :ref:`app-factories`). Note however that if you are using a test request context, the :meth:`~flask.Flask.before_request` functions are not automatically called -same fore :meth:`~flask.Flask.after_request` functions. However +same for :meth:`~flask.Flask.after_request` functions. However :meth:`~flask.Flask.teardown_request` functions are indeed executed when the test request context leaves the `with` block. If you do want the :meth:`~flask.Flask.before_request` functions to be called as well, you