aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-07-05 12:43:17 +0200
committerYves Senn <yves.senn@gmail.com>2013-07-05 12:43:17 +0200
commite94be7b04cda949b2188a910257b984f98127a31 (patch)
tree80d7dfa4b2e5ca46980230bee9bea1533e47ac86 /activesupport
parentd108672dada7ba97d3b3b56f0c6001cea621061e (diff)
downloadrails-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.md2
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*