summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 74a6752188..e9775cb4da 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -479,7 +479,7 @@ Then, just edit the file and replace ``{{ site_header }}`` with your own
site's name as you see fit. We use this approach to teach you how to override
templates. In an actual project, you would probably use the
:attr:`django.contrib.admin.AdminSite.site_header` attribute to more easily
-make this paritcular customization.
+make this particular customization.
This template file contains lots of text like ``{% block branding %}``
and ``{{ title }}``. The ``{%`` and ``{{`` tags are part of Django's