forked from orbit-oss/flask
fix a grammar mistake (#1798)
This commit is contained in:
parent
de25e98f91
commit
e45e17c490
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ called ``flask_something`` users would import it as
|
||||||
``flask.ext.something``. This is done to transition from the old
|
``flask.ext.something``. This is done to transition from the old
|
||||||
namespace packages. See :ref:`ext-import-transition` for more details.
|
namespace packages. See :ref:`ext-import-transition` for more details.
|
||||||
|
|
||||||
But how do extensions look like themselves? An extension has to ensure
|
But what do extensions look like themselves? An extension has to ensure
|
||||||
that it works with multiple Flask application instances at once. This is
|
that it works with multiple Flask application instances at once. This is
|
||||||
a requirement because many people will use patterns like the
|
a requirement because many people will use patterns like the
|
||||||
:ref:`app-factories` pattern to create their application as needed to aid
|
:ref:`app-factories` pattern to create their application as needed to aid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue