aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-03 08:49:17 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-03 08:49:17 -0800
commitb4a23edc106f0c74aaa71fc605b76429064e3436 (patch)
treef0d40bf9d64e8bd9548f4dff94037ab505de188a /actionpack
parentf8633f9fdd542ab81d28210a1ed5399fe244ef17 (diff)
parentf6364e454ad1ade2834bbe91cf1e9111ee8df4ab (diff)
downloadrails-b4a23edc106f0c74aaa71fc605b76429064e3436.tar.gz
rails-b4a23edc106f0c74aaa71fc605b76429064e3436.tar.bz2
rails-b4a23edc106f0c74aaa71fc605b76429064e3436.zip
Merge pull request #8725 from mattdbridges/patch-2
Typo and grammar fixes in the ActionPack CHANGELOG
Diffstat (limited to 'actionpack')
-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*