summaryrefslogtreecommitdiff
path: root/docs/narr/templates.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/templates.rst')
-rw-r--r--docs/narr/templates.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index c073d201f..3cd5e8f15 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -424,7 +424,7 @@ which renders this template:
def my_view(request):
return {'name':'world'}
-When the template is renderered, it will show:
+When the template is rendered, it will show:
.. code-block:: text