Fix typo in README

This commit is contained in:
Charalampos Aristomenopoulos 2019-02-22 12:08:36 +02:00 committed by Shishir Kakaraddi
parent bf7a7e35c8
commit 513eaca3dc

View File

@ -322,7 +322,7 @@ json_string = MovieSerializer.new([movie, movie], options).serialized_json
You can use `is_collection` option to have better control over collection serialization.
If this option is not provided or `nil` autedetect logic is used to try understand
If this option is not provided or `nil` autodetect logic is used to try understand
if provided resource is a single object or collection.
Autodetect logic is compatible with most DB toolkits (ActiveRecord, Sequel, etc.) but