From 8f87a5419902b0f40b1e053ffce339247b65e49e Mon Sep 17 00:00:00 2001
From: Akshay Vishnoi <akshay.vishnoi@vinsol.com>
Date: Fri, 5 Sep 2014 09:21:30 +0530
Subject: cover all cases of `For not` --> `Do not`, related to #16804

---
 activerecord/CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index be47ef75e7..a19e9654bf 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -49,7 +49,7 @@
 
     Example:
 
-        # For not swallow errors in after_commit/after_rollback callbacks.
+        # Do not swallow errors in after_commit/after_rollback callbacks.
         config.active_record.raise_in_transactional_callbacks = true
 
     Fixes #13460.
-- 
cgit v1.2.3