Skip to content

Commit daa95d8

Browse files
authored
Update README.md
Fix typo.
1 parent f154799 commit daa95d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ supporting the `fetch_multi` method.
120120
When using caching, the serializable resources must implement an
121121
additional `jsonapi_cache_key` method:
122122
```ruby
123-
# Returns a cache key for the resource, parametered by the `include` and
123+
# Returns a cache key for the resource, parameterized by the `include` and
124124
# `fields` options.
125125
# @param options [Hash]
126126
# @option fields [Set<Symbol>, Nil] The requested fields, or nil.

0 commit comments

Comments
 (0)