diff options
author | Cheah Chu Yeow <chuyeow@gmail.com> | 2010-12-29 19:36:00 +0800 |
---|---|---|
committer | Cheah Chu Yeow <chuyeow@gmail.com> | 2010-12-29 19:36:00 +0800 |
commit | 6f58b9ad5331d3619fc68a4706d5f85a95510a63 (patch) | |
tree | 5dfe6937e0e94779afd4d1f6ee817b1def8b8a75 | |
parent | a21a3d1f44b51910f535e30bff4fcb63f111392d (diff) | |
download | rails-6f58b9ad5331d3619fc68a4706d5f85a95510a63.tar.gz rails-6f58b9ad5331d3619fc68a4706d5f85a95510a63.tar.bz2 rails-6f58b9ad5331d3619fc68a4706d5f85a95510a63.zip |
Fix typo in ActionPack changelog.
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 1a7b441b92..b18d6f7817 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -45,7 +45,7 @@ * Symbols and strings in routes should yield the same behavior. Note this may break existing apps that were using symbols with the new routes API. [José Valim] -* Add clear_helpers as a way to clean up all helpers added to this controller, maintaing just the helper with the same name as the controller. [José Valim] +* Add clear_helpers as a way to clean up all helpers added to this controller, maintaining just the helper with the same name as the controller. [José Valim] * Support routing constraints in functional tests. [Andrew White] |