From 79d2cf3c121667808bdb1514adbb98317a25ebc4 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 18 Jun 2009 12:41:16 +0000 Subject: [PATCH] Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11041 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 1c6ef43d7d..fb8005c7e7 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -26,7 +26,7 @@ For a development environment -- if you just want to experiment with Django -- you don't need to have a separate Web server installed; Django comes with its own lightweight development server. For a production environment, Django follows the WSGI_ spec, which means it can run on a variety of server -platforms. See :ref:`Deplying Django ` for some +platforms. See :ref:`Deploying Django ` for some popular alternatives. Also, the `server arrangements wiki page`_ contains details for several deployment strategies.