Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#11049 from marhyorh/fix/contributing.md
Browse files Browse the repository at this point in the history
Fixed Contributing.md typo freeCodeCamp#11007
  • Loading branch information
ltegman authored Oct 4, 2016
2 parents b1a5ef0 + 5ed6d0a commit 7fc3da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ gulp
```

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
issue and with your error.

Expand Down Expand Up @@ -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?

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
search for a challenge name and the results will display all the files along
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
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
room when you are not certain of any thing specific in the code.
Expand Down

0 comments on commit 7fc3da6

Please sign in to comment.