summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index dd7ec103f..ab4296f6c 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -56,7 +56,7 @@ Into Python <http://diveintopython.org/unit_testing/index.html>`_ by Mark
Pilgrim.
:app:`Pyramid` provides a number of facilities that make unit, integration,
-and cunctional tests easier to write. The facilities become particularly
+and functional tests easier to write. The facilities become particularly
useful when your code calls into :app:`Pyramid` -related framework functions.
.. index::