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:
parent
caf2390aee
commit
b5cd187ae4
1 changed files with 2 additions and 2 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue