diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a6f7238e6a7de11d3520e3346b19fd3105756f35..3e8441343f23dec0434d66c9322cbe5740e3f98a 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*