Ver código fonte

Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Karen Tracey 16 anos atrás
pai
commit
79d2cf3c12
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/faq/install.txt

+ 1 - 1
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 <howto-deployment-index>` for some
+platforms.  See :ref:`Deploying Django <howto-deployment-index>` for some
 popular alternatives.  Also, the `server arrangements wiki page`_ contains
 details for several deployment strategies.