Skip to content

Commit

Permalink
Change step 6 to say 'see step 4' instead of 'see step 6'
Browse files Browse the repository at this point in the history
  • Loading branch information
VikiAnn committed Jan 30, 2015
1 parent d79e37e commit 912c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you are unfamiliar with forking, branching or working with git/Github, here a
3. Make your changes on your branch.
4. Test it out locally by running `rails s` and visiting [http://0.0.0.0:3000](http://0.0.0.0:3000) in your favorite browser.
5. Run `git fetch upstream` and then `git rebase upstream/master` in your branch.
6. Test again, see step 6.
6. Test again, see step 4.
7. Push your branch to your repo (e.g. `git push origin update-homepage`)
8. Make a pull request against the main repos master branch!

Expand Down

0 comments on commit 912c8a4

Please sign in to comment.