Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
docs: typo fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Aug 14, 2015
1 parent 4855607 commit f903b3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/tut_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ application configuration:

The ``PACKAGES`` defines the list of resuable packages that
Flask-AppFactory should load. The order of packages is important as templates,
translations etc. is loaded according this order.
translations etc. is loaded according to this order.

The ``EXTENSIONS`` defines the list of extensions that Flask-AppFactory
should load. You'll see that in addition to ``myexts.sqlalchemy`` we also
load ``flask_appfactory.ext.jinja2``.
load ``flask_appfactory.ext.jinja2``. This extension is needed in order to make
the template loader aware of the order of packages.


Application factory
Expand Down
2 changes: 1 addition & 1 deletion docs/tut_package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ registered on the Flask application by Flask-AppFactory.
This example blueprint simply renders the template ``mymodule.html`` and
pass it the value of ``MYMODULE_GREETING`` (line 15) that we ensured was set in
``config.py``. Notice, also that the Blueprint's template folder is set in line
8 (without it, the templates in the next section is not found).
8 (without it, the templates in the next section are not found).


Templates
Expand Down

0 comments on commit f903b3d

Please sign in to comment.