From db617b8bf91d75826377ab65d19346bc1ff21e98 Mon Sep 17 00:00:00 2001 From: Arnaud Mesureur Date: Mon, 23 Jan 2017 15:42:03 +1100 Subject: [PATCH] Fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a8c854..6b4b2966 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ and, if there is no serializer, primitives. ### ActiveModelSerializers::Adapter::Base -The **`ActiveModelSerializeres::Adapter::Base`** describes the structure of the JSON document generated from a +The **`ActiveModelSerializers::Adapter::Base`** describes the structure of the JSON document generated from a serializer. For example, the `Attributes` example represents each serializer as its unmodified attributes. The `JsonApi` adapter represents the serializer as a [JSON API](http://jsonapi.org/) document.