Skip to content

Commit a5eb97e

Browse files
committed
Fixing typo in docs
1 parent 3e3477f commit a5eb97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ as ``flaskext.assets.ManageAssets``:
157157
manager = Manager(app)
158158
manager.add_command("assets", ManageAssets(assets_env))
159159
160-
You can explicitly pass the ``assets_env`` when adding the comm`and as above.
161-
Alternatively, ``ManageAssets`` will import the ``current_app` from Flask and
160+
You can explicitly pass the ``assets_env`` when adding the command as above.
161+
Alternatively, ``ManageAssets`` will import the ``current_app`` from Flask and
162162
use the ``jinja_env``.
163163

164164
The command allows you to do things like rebuilding bundles from the

0 commit comments

Comments
 (0)