From daa95d830a6f71a39304c8db20c8acd89e34b7a7 Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Fri, 17 Nov 2017 18:12:25 +0100 Subject: [PATCH] Update README.md Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a5995..2b6d443 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ supporting the `fetch_multi` method. When using caching, the serializable resources must implement an additional `jsonapi_cache_key` method: ```ruby - # Returns a cache key for the resource, parametered by the `include` and + # Returns a cache key for the resource, parameterized by the `include` and # `fields` options. # @param options [Hash] # @option fields [Set, Nil] The requested fields, or nil.