We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85a6d0 commit 80b74b7Copy full SHA for 80b74b7
README.md
@@ -949,9 +949,9 @@ end
949
950
You may register custom formatters that can be utilized in your schemas.
951
952
-Each format consists of, at minimum, a `transform:` lambda, accepting a params
953
-hash as well as optional `controller:` and `schema:` keywords, and returning
954
-the formatted params.
+Each formatter consists of, at minimum, a `transform:` lambda, accepting a
+params hash as well as optional `controller:` and `schema:` keywords, and
+returning the formatted params.
955
956
For more usage examples, see [the default formatters](https://github.com/keygen-sh/typed_params/tree/master/lib/typed_params/formatters).
957
0 commit comments