Skip to content

Commit 2d3f725

Browse files
committed
fix typo
1 parent d94634b commit 2d3f725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensiondev.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ context is active when a request context is, or when a CLI command is
184184
run. If you're storing something that should be closed, use
185185
:meth:`~flask.Flask.teardown_appcontext` to ensure that it gets closed
186186
when the application context ends. If it should only be valid during a
187-
request, or would not be used in the CLI outside a reqeust, use
187+
request, or would not be used in the CLI outside a request, use
188188
:meth:`~flask.Flask.teardown_request`.
189189

190190

0 commit comments

Comments
 (0)