Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
beauby authored Nov 17, 2017
1 parent f154799 commit daa95d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Symbol>, Nil] The requested fields, or nil.
Expand Down

0 comments on commit daa95d8

Please sign in to comment.