aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*