Skip to content

Commit 85c1e56

Browse files
committed
Typo fix
Thanks to @mjankowski for noticing.
1 parent ad858b9 commit 85c1e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@ class Book < ApplicationRecord
25792579
end
25802580
```
25812581

2582-
This option is no supported in polymorphic associations, since in that case the
2582+
This option is not supported in polymorphic associations, since in that case the
25832583
class name of the associated record is stored in the type column.
25842584

25852585
#### `:dependent`

0 commit comments

Comments
 (0)