Skip to content

Commit b79244a

Browse files
author
Chris Thompson
committed
Trivial spelling fix
1 parent 9887ede commit b79244a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PolymorphicIntegerType
22

3-
Rails' polymorphic assocaitions are pretty useful. The example they give to set it up looks like:
3+
Rails' polymorphic associations are pretty useful. The example they give to set it up looks like:
44
```ruby
55
class Picture < ActiveRecord::Base
66
belongs_to :imageable, polymorphic: true

0 commit comments

Comments
 (0)