aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-12 15:16:32 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-12 15:16:32 -0300
commit0854ba149a02c268b3c16a1a26b540c65bbc8c64 (patch)
tree4d24d256ac65dd1af793cd106e45d705a775ad76
parentbf8fa7c5c718ebd2d7615d05ee5106135eff858d (diff)
downloadrails-0854ba149a02c268b3c16a1a26b540c65bbc8c64.tar.gz
rails-0854ba149a02c268b3c16a1a26b540c65bbc8c64.tar.bz2
rails-0854ba149a02c268b3c16a1a26b540c65bbc8c64.zip
Fix typo: require -> requires
[ci skip]
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 24554e5565..493c169803 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,6 +1,6 @@
* Replace `multi_json` with `json`.
- Since Rails require Ruby 1.9 and since Ruby 1.9 includes `json` in the standard library,
+ Since Rails requires Ruby 1.9 and since Ruby 1.9 includes `json` in the standard library,
`multi_json` is no longer necessary.
*Erik Michaels-Ober*