diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-07-05 12:43:17 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-07-05 12:43:17 +0200 |
commit | e94be7b04cda949b2188a910257b984f98127a31 (patch) | |
tree | 80d7dfa4b2e5ca46980230bee9bea1533e47ac86 /activesupport | |
parent | d108672dada7ba97d3b3b56f0c6001cea621061e (diff) | |
download | rails-e94be7b04cda949b2188a910257b984f98127a31.tar.gz rails-e94be7b04cda949b2188a910257b984f98127a31.tar.bz2 rails-e94be7b04cda949b2188a910257b984f98127a31.zip |
fix typo in Active Support CHANGELOG. [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4ca82910cc..87c850bcf0 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -* Remove deprecated string based terminators for y`ActiveSupport::Callbacks`. +* Remove deprecated string based terminators for `ActiveSupport::Callbacks`. *Yves Senn* |