Skip to content

Commit ecb31c6

Browse files
committed
fix typo
1 parent d14f57d commit ecb31c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/appcontext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ moves between threads and it will not be shared between requests. As such
8282
it is the perfect place to store database connection information and other
8383
things. The internal stack object is called :data:`flask._app_ctx_stack`.
8484
Extensions are free to store additional information on the topmost level,
85-
assuming they pick a sufficiently unique name and should put there
85+
assuming they pick a sufficiently unique name and should put their
8686
information there, instead on the :data:`flask.g` object which is reserved
8787
for user code.
8888

0 commit comments

Comments
 (0)