From 2dfbe92d7c292cd395a00246ce7aa0ca0bf96e5e Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Sun, 27 Feb 2011 11:54:03 +0000 Subject: [PATCH] Fix typo in staticfiles docs (not ticketed). git-svn-id: http://code.djangoproject.com/svn/django/trunk@15662 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/static-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index 35b3afe029..2787c1cac8 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -478,5 +478,5 @@ Learn more This document has covered the basics and some common usage patterns. For complete details on all the settings, commands, template tags, and other pieces -include in ``django.contrib.staticfiles``, see :doc:`the statcfiles reference +include in ``django.contrib.staticfiles``, see :doc:`the staticfiles reference `.