aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Bridges <mbridges.91@gmail.com>2013-01-03 10:30:11 -0600
committerMatt Bridges <mbridges.91@gmail.com>2013-01-03 10:30:11 -0600
commitf6364e454ad1ade2834bbe91cf1e9111ee8df4ab (patch)
treef0d40bf9d64e8bd9548f4dff94037ab505de188a
parentf8633f9fdd542ab81d28210a1ed5399fe244ef17 (diff)
downloadrails-f6364e454ad1ade2834bbe91cf1e9111ee8df4ab.tar.gz
rails-f6364e454ad1ade2834bbe91cf1e9111ee8df4ab.tar.bz2
rails-f6364e454ad1ade2834bbe91cf1e9111ee8df4ab.zip
Typo and grammar fixes in the ActionPack CHANGELOG
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index a6f7238e6a..3e8441343f 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -24,7 +24,7 @@
*Gosha Arinich*
-* Fix a bug in `content_tag_for` that prevents it for work without a block.
+* Fix a bug in `content_tag_for` that prevents it from working without a block.
*Jasl*