Skip to content

Commit

Permalink
Fix typo in railties changelog
Browse files Browse the repository at this point in the history
Also improve the example to show as shell command [ci skip]
  • Loading branch information
carlosantoniodasilva committed Nov 4, 2013
1 parent caf2390 commit b5cd187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

Example:

`BACKTRACE=1 ruby -Itest ...`
$ BACKTRACE=1 ruby -Itest ...
# or with rake
`BAKCTRACE=1 bin/rake`
$ BACKTRACE=1 bin/rake

*Yves Senn*

Expand Down

0 comments on commit b5cd187

Please sign in to comment.