Skip to content

Commit

Permalink
Improve some awkward wording (#242)
Browse files Browse the repository at this point in the history
* Improve some awkward wording

Small grammar fix

* Use an interrupt aside
  • Loading branch information
slashnick authored and davidism committed May 10, 2016
1 parent b5f7bb1 commit 7ef4b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/form.rst
Expand Up @@ -15,8 +15,8 @@ But if you want to disable the csrf protection, you can pass::

form = Form(csrf_enabled=False)

If you want to disable it globally, which you really shouldn't. But if
you insist, it can be done with the configuration::
You can disable it globally—though you really shouldn't—with the
configuration::

WTF_CSRF_ENABLED = False

Expand Down

0 comments on commit 7ef4b35

Please sign in to comment.