From 59dee0f04bc98df0f1a4abbd35baf9a093200895 Mon Sep 17 00:00:00 2001
From: Sean Griffin <sean@seantheprogrammer.com>
Date: Tue, 20 Oct 2015 15:56:21 -0600
Subject: Update #20768 to address feedback

---
 guides/source/configuring.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'guides/source')

diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 499b07346c..e2206667e8 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -304,9 +304,9 @@ All these configuration options are delegated to the `I18n` library.
   `:all` which always dumps all schemas regardless of the schema_search_path,
   or a string of comma separated schemas.
 
-* `config.active_record.belongs_to_required_by_default` is a boolean
-  value and controls whether validation error is triggered by default if
-  `belongs_to` association is not present.
+* `config.active_record.belongs_to_required_by_default` is a boolean value and
+  controls whether a record fails validation if `belongs_to` association is not
+  present.
 
 * `config.active_record.warn_on_records_fetched_greater_than` allows setting a
   warning threshold for query result size. If the number of records returned
-- 
cgit v1.2.3