Index: docs/faq/install.txt =================================================================== --- docs/faq/install.txt (revision 11040) +++ docs/faq/install.txt (working copy) @@ -26,7 +26,7 @@ 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.