fix codespell findings

This commit is contained in:
David Lord 2026-01-24 19:11:02 -08:00
parent 5880befcd2
commit 9b74a90dd3
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
4 changed files with 4 additions and 5 deletions

View file

@ -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