diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-03 08:49:17 -0800 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-03 08:49:17 -0800 |
commit | b4a23edc106f0c74aaa71fc605b76429064e3436 (patch) | |
tree | f0d40bf9d64e8bd9548f4dff94037ab505de188a /actionpack | |
parent | f8633f9fdd542ab81d28210a1ed5399fe244ef17 (diff) | |
parent | f6364e454ad1ade2834bbe91cf1e9111ee8df4ab (diff) | |
download | rails-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.md | 2 |
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* |