diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index b6d5c9e9c1..c7a52830c3 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -187,7 +187,7 @@ different contexts. .. deprecated:: 1.8 - The ``curent_app`` argument is deprecated. If you need it, you must + The ``current_app`` argument is deprecated. If you need it, you must now use a :class:`RequestContext` instead of a :class:`Context`. For details, see :ref:`playing-with-context` below.