fix a couple typos

This commit is contained in:
Jason Kriss
2013-04-18 13:39:14 -07:00
parent 3aa7773ebc
commit 4e762ee8b5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ require 'active_support/descendants_tracker'
module ActiveModel
# Active Model Array Serializer
#
# It serializes an Array, checking if each element that implements
# Serializes an Array, checking if each element implements
# the +active_model_serializer+ method.
#
# To disable serialization of root elements: