Skip to content

Commit 6fa2997

Browse files
committed
Merge pull request #726 from kdelchev/patch-1
Tiny typo fix
2 parents 23195aa + 7185be4 commit 6fa2997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ end
10091009

10101010
The `meta` method will be called for each resource instance. Override the `meta` method on a resource class to control
10111011
the meta information for the resource. If a non empty hash is returned from `meta` this will be serialized. The `meta`
1012-
method is called with an `options` has. The `options` hash will contain the following:
1012+
method is called with an `options` hash. The `options` hash will contain the following:
10131013

10141014
* `:serializer` -> the serializer instance
10151015
* `:serialization_options` -> the contents of the `serialization_options` method on the controller.

0 commit comments

Comments
 (0)