Typo: Fix a typo on contributing doc page

Change-Id: I6439ecb75cb39216203f3f91155bf47026029836
This commit is contained in:
Lucas H. Xu 2017-02-24 13:32:27 -05:00
parent 72f4d07edc
commit 1abdeeb027

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!