From 5a655c81ff2fd81c3c59b79362102cf506ba0989 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 15:01:19 +0700 Subject: [PATCH] Fix typos in docs/templating.rst --- docs/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templating.rst b/docs/templating.rst index 1bde59d0..9fa8dcdb 100644 --- a/docs/templating.rst +++ b/docs/templating.rst @@ -183,7 +183,7 @@ For template tests, use the :meth:`~.Flask.template_test` decorator or method. The same methods also exist on :class:`.Blueprint`, prefixed with ``app_`` to -indicate that the registered functions will be avaialble to all templates, not +indicate that the registered functions will be available to all templates, not only when rendering from within the blueprint. The Jinja environment is also available as :attr:`~.Flask.jinja_env`. It may be