forked from orbit-oss/flask
Fix typos in the documentation
This commit is contained in:
parent
0b5b4a66ef
commit
7b88b35747
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ Consult each extension's documentation for installation, configuration,
|
|||
and usage instructions. Generally, extensions pull their own
|
||||
configuration from :attr:`app.config <flask.Flask.config>` and are
|
||||
passed an application instance during initialization. For example,
|
||||
an extension caled "Flask-Foo" might be used like this::
|
||||
an extension called "Flask-Foo" might be used like this::
|
||||
|
||||
from flask_foo import Foo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue