diff --git a/docs/howto/upgrade_from_0_8_to_0_10.md b/docs/howto/upgrade_from_0_8_to_0_10.md index 12303d14..ea51e81c 100644 --- a/docs/howto/upgrade_from_0_8_to_0_10.md +++ b/docs/howto/upgrade_from_0_8_to_0_10.md @@ -107,7 +107,7 @@ end ``` Add this class to your app however you see fit. This is the class that your existing serializers -that inherit from `ActiveMode::Serializer` should inherit from. +that inherit from `ActiveModel::Serializer` should inherit from. ### 3. Add `ActiveModel::V08::CollectionSerializer` ```ruby