From 0c525ecd9ce99f70a3b98eee1ee3d3fc63af1768 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Thu, 18 Jun 2020 09:53:35 -0500 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df86d288..5e65cb89 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,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