Skip to content

Commit

Permalink
Fixed typo in doc (closes mbr#67).
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Jun 13, 2014
1 parent 53b9609 commit fad43e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Option Default
``BOOTSTRAP_USE_MINIFIED`` ``True`` Whether or not to use the minified versions of the css/js files.
``BOOTSTRAP_SERVE_LOCAL`` ``False`` If ``True``, Bootstrap resources will be served from the local app instance every time. See :doc:`cdn` for details.
``BOOTSTRAP_CDN_FORCE _SSL`` ``True`` If a CDN resource url starts with ``//``, prepend ``'https:'`` to it.
``BOOTSTRAP_QUERYSTRING_REVVING`` ``True`` If ``True``, will apppend a querystring with the current version to all static resources served locally. This ensures that upon upgrading Flask-Bootstrap, these resources are refreshed.
``BOOTSTRAP_QUERYSTRING_REVVING`` ``True`` If ``True``, will append a querystring with the current version to all static resources served locally. This ensures that upon upgrading Flask-Bootstrap, these resources are refreshed.
====================================== ======================================================== ===

0 comments on commit fad43e4

Please sign in to comment.