We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3477f commit a5eb97eCopy full SHA for a5eb97e
docs/index.rst
@@ -157,8 +157,8 @@ as ``flaskext.assets.ManageAssets``:
157
manager = Manager(app)
158
manager.add_command("assets", ManageAssets(assets_env))
159
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
+You can explicitly pass the ``assets_env`` when adding the command as above.
+Alternatively, ``ManageAssets`` will import the ``current_app`` from Flask and
162
use the ``jinja_env``.
163
164
The command allows you to do things like rebuilding bundles from the
0 commit comments