aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-08-13 01:28:28 +0200
committerXavier Noria <fxn@hashref.com>2013-08-13 01:28:28 +0200
commit4c1454db22cb42d185afc58312e1d62c0f542f44 (patch)
treef58d7af5a09576ab7cc6ccd8765b902753ec2841 /activesupport
parent73aad75f5665607e1abc2cf0a69460a923bbd571 (diff)
downloadrails-4c1454db22cb42d185afc58312e1d62c0f542f44.tar.gz
rails-4c1454db22cb42d185afc58312e1d62c0f542f44.tar.bz2
rails-4c1454db22cb42d185afc58312e1d62c0f542f44.zip
fixes typo in CHANGELOG
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 39f49e4ab1..a4f3addaa6 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -6,7 +6,7 @@
will cause the application to raise an +ActiveSupport::DeprecationException+
on deprecations.
- Use this for agressive deprecation cleanups.
+ Use this for aggressive deprecation cleanups.
*Xavier Noria*