Skip to content

Commit 70bf0cb

Browse files
authored
Merge pull request rails#51321 from pjg/patch-2
Fix grammar in active_record_validations.md guide
2 parents b64307f + 5b785fe commit 70bf0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/active_record_validations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ class Order < ApplicationRecord
656656
end
657657
```
658658

659-
NOTE: If you want to ensure that the association it is both present and valid,
659+
NOTE: If you want to ensure that the association is both present and valid,
660660
you also need to use `validates_associated`. More on that
661661
[below](#validates-associated)
662662

@@ -713,7 +713,7 @@ class Order < ApplicationRecord
713713
end
714714
```
715715

716-
NOTE: If you want to ensure that the association it is both present and valid,
716+
NOTE: If you want to ensure that the association is both present and valid,
717717
you also need to use `validates_associated`. More on that
718718
[below](#validates-associated)
719719

0 commit comments

Comments
 (0)