diff options
author | Arun Agrawal <arunagw@gmail.com> | 2014-08-27 14:17:23 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2014-08-27 14:17:23 +0200 |
commit | 35b1c4f85ce53b7203ae589a767c3f1f6d8412fb (patch) | |
tree | 98081fec107c76d6ccefb4cd7ba490cccfb0a7aa /railties | |
parent | b9b521306c47d65bdbe18ec31a7b784adbfd1849 (diff) | |
parent | a32298ffb3fbccf41fa15c223710e1011e6fe25e (diff) | |
download | rails-35b1c4f85ce53b7203ae589a767c3f1f6d8412fb.tar.gz rails-35b1c4f85ce53b7203ae589a767c3f1f6d8412fb.tar.bz2 rails-35b1c4f85ce53b7203ae589a767c3f1f6d8412fb.zip |
Merge pull request #16719 from tgxworld/fix_spelling_in_changelog
Fix spelling. [CI SKIP]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 038fe9df5f..7d6521b2a8 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -7,7 +7,7 @@ * The [web-console](https://github.com/rails/web-console) gem is now installed by default for new applications. It can help you debug - development exceptions by spawnig an interactive console in its cause + development exceptions by spawning an interactive console in its cause binding. *Ryan Dao*, *Genadi Samokovarov*, *Guillermo Iguaran* |