Skip to content

Commit 0b96d35

Browse files
authored
Merge pull request #2069 from Hitabis/patch-1
Remove typo from upgrade from 0.8 to 0.10 docs [ci skip]
2 parents ff27032 + d48aaef commit 0b96d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/upgrade_from_0_8_to_0_10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ end
107107

108108
```
109109
Add this class to your app however you see fit. This is the class that your existing serializers
110-
that inherit from `ActiveMode::Serializer` should inherit from.
110+
that inherit from `ActiveModel::Serializer` should inherit from.
111111

112112
### 3. Add `ActiveModel::V08::CollectionSerializer`
113113
```ruby

0 commit comments

Comments
 (0)