Merge pull request #11049 from marhyorh/fix/contributing.md

Fixed Contributing.md typo #11007
This commit is contained in:
Logan Tegman
2016-10-04 06:48:19 -07:00
committed by GitHub

View File

@ -128,7 +128,7 @@ gulp
``` ```
Now navigate to your browser and open Now navigate to your browser and open
<http://localhost:3001>. If the app loads, <http://localhost:3000>. If the app loads,
congratulations you're all set. Otherwise, let us know by opening a GitHub congratulations you're all set. Otherwise, let us know by opening a GitHub
issue and with your error. issue and with your error.
@ -176,8 +176,8 @@ related issues on our Contributors Chat Room.
#### How to find the code in the Free Code Camp codebase to fix/edit? #### How to find the code in the Free Code Camp codebase to fix/edit?
The best way to find out any code you wish to change/add or remove is using The best way to find out any code you wish to change/add or remove is using
the GitHub search bar at the top of the repository page. For example, you could the GitHub search bar at the top of the repository page. For example, you could
search for a challenge name and the results will display all the files along search for a challenge name and the results will display all the files along
with line numbers. Then you can proceed to the files and verify this is the area with line numbers. Then you can proceed to the files and verify this is the area
that you were looking forward to edit. Always feel free to reach out to the chat that you were looking forward to edit. Always feel free to reach out to the chat
room when you are not certain of any thing specific in the code. room when you are not certain of any thing specific in the code.