Skip to content

Commit

Permalink
add missing bracket
Browse files Browse the repository at this point in the history
greyli authored Oct 24, 2016
1 parent 858b922 commit 54dd046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ How do I serve the static files in deployment?

Flask-Bootstrap is not special in the sense that it simply adds a blueprint
named ``bootstrap``. The static files map to a specific URL-prefix (per default
``static/bootstrap`` and are served from a specific directory found in your
``static/bootstrap``) and are served from a specific directory found in your
virtualenv installation (e.g. ``lib/python2.7/site-
packages/flask_bootstrap/static``), so a traditional setup would be setting up
your webserver to serve this address from the mentioned directory.

0 comments on commit 54dd046

Please sign in to comment.