Merge "Typo: Fix a typo on contributing doc page"

This commit is contained in:
Jenkins 2017-02-27 03:57:26 +00:00 committed by Gerrit Code Review
commit 8ead7a8bc4
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ be able to use "Profile" menu, the following steps need to be completed:
``/etc/mongod.conf`` to ``0.0.0.0`` and invoke
``sudo service mongod restart``.
#. Collect and compress static assets with
``tox -e manage -- collecstatic -c`` and ``tox -e manage -- compress``
``tox -e manage -- collectstatic -c`` and ``tox -e manage -- compress``
#. Restart the web server.
#. The "Profile" drop-down menu should appear in the top-right corner, you are
ready to profile your pages!