summaryrefslogtreecommitdiff
path: root/docs/narr/viewconfig.rst
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-07-27 01:11:04 +1000
committerMin ho Kim <minho42@gmail.com>2019-07-27 01:11:04 +1000
commita85a83b631ac6ff8653a9c35cd089c7889753ea3 (patch)
tree0321399b4b04efdc1f6031af25d8c056fd4724d9 /docs/narr/viewconfig.rst
parentd32e4775e6da03720a9d3b239efeec956101e954 (diff)
downloadpyramid-a85a83b631ac6ff8653a9c35cd089c7889753ea3.tar.gz
pyramid-a85a83b631ac6ff8653a9c35cd089c7889753ea3.tar.bz2
pyramid-a85a83b631ac6ff8653a9c35cd089c7889753ea3.zip
Fix typos
Diffstat (limited to 'docs/narr/viewconfig.rst')
-rw-r--r--docs/narr/viewconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index da2c41409..465477b4d 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -196,7 +196,7 @@ Non-Predicate Arguments
``require_csrf``
CSRF checks will affect any request method that is not defined as a "safe"
- method by RFC2616. In pratice this means that GET, HEAD, OPTIONS, and TRACE
+ method by RFC2616. In practice this means that GET, HEAD, OPTIONS, and TRACE
methods will pass untouched and all others methods will require CSRF. This
option is used in combination with the ``pyramid.require_default_csrf``
setting to control which request parameters are checked for CSRF tokens.