Skip to content

Commit

Permalink
Branch name should match in text and code example.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Ivan Tse committed May 8, 2014
1 parent bab48f0 commit 04051df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/contributing_to_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ been updated.

### Older Versions of Ruby on Rails

If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 3-0-stable branch:
If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 4-0-stable branch:

```bash
$ git branch --track 4-0-stable origin/4-0-stable
Expand Down

0 comments on commit 04051df

Please sign in to comment.