Skip to content

Commit 2ee11cd

Browse files
committed
Fix a typo in automatically_invert_plural_associations documentation
1 parent 5b92bf7 commit 2ee11cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ With this option enabled, it will also look for a `:comments` association. In th
10741074
having the inverse association discovered is beneficial as it can prevent some useless queries, but
10751075
it may cause backward compatibility issues with legacy code that doesn't expect it.
10761076
1077-
This behavior can be disable on a per-model basis:
1077+
This behavior can be disabled on a per-model basis:
10781078
10791079
10801080
```ruby

0 commit comments

Comments
 (0)