1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in railties changelog

Also improve the example to show as shell command [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2013-11-04 12:53:18 -02:00
parent caf2390aee
commit b5cd187ae4

View file

@ -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*