fix(contributing.md): fixed a typo in the instruction list

This commit is contained in:
Guy Even
2018-06-27 22:49:34 +03:00
committed by Mrugesh Mohapatra
parent fabd0963c2
commit 55786a85fb

View File

@ -20,7 +20,7 @@ error Command failed with exit code 1.
2. Clone locally 2. Clone locally
3. `yarn install` 3. `yarn install`
4. `git checkout -b <your-branch-name>` 4. `git checkout -b <your-branch-name>`
6. `yarn develop` (Be sure you have `freeCodeCamp` running locally as well) 5. `yarn develop` (Be sure you have `freeCodeCamp` running locally as well)
7. Make your changes 6. Make your changes
8. Make a PR 7. Make a PR
9. Bask in the glory of your accomplishments 8. Bask in the glory of your accomplishments