We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f154799 commit daa95d8Copy full SHA for daa95d8
README.md
@@ -120,7 +120,7 @@ supporting the `fetch_multi` method.
120
When using caching, the serializable resources must implement an
121
additional `jsonapi_cache_key` method:
122
```ruby
123
- # Returns a cache key for the resource, parametered by the `include` and
+ # Returns a cache key for the resource, parameterized by the `include` and
124
# `fields` options.
125
# @param options [Hash]
126
# @option fields [Set<Symbol>, Nil] The requested fields, or nil.
0 commit comments