summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-31 02:16:49 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-31 02:16:49 +0000
commit6b1e7bddc1316bd0d14e61652b1b431b0c04bc7d (patch)
treead18ea5e0b695b361a682e559e54d9dd7dea47d6 /docs
parent2f513e0f0e95d8f146385803743c7128dbc9b885 (diff)
Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 4cc263dddc..84eae3eb83 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -85,7 +85,7 @@ creating an empty class means "give this object an admin interface using
all the default options."
Now reload the Django admin page to see your changes. Note that you don't have
-to restart the development server -- the server will auto-reloads your project,
+to restart the development server -- the server will auto-reload your project,
so any modifications code will be seen immediately in your browser.
Explore the free admin functionality