]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in docs
authorBen Darnell <ben@bendarnell.com>
Tue, 9 Nov 2010 19:52:34 +0000 (11:52 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 9 Nov 2010 19:52:34 +0000 (11:52 -0800)
website/templates/documentation.txt

index a7a58578ea7bcf0854b139e3b9e336dc9f9d8dd1..308412bf12208e22840ef630f8d43c1a6e6a78b8 100644 (file)
@@ -435,7 +435,7 @@ include the application setting `xsrf_cookies`:
     ], **settings)
 
 If `xsrf_cookies` is set, the Tornado web application will set the `_xsrf`
-cookie for all users and reject all `POST` requests hat do not contain a
+cookie for all users and reject all `POST` requests that do not contain a
 correct `_xsrf` value. If you turn this setting on, you need to instrument
 all forms that submit via `POST` to contain this field. You can do this with
 the special function `xsrf_form_html()`, available in all templates: