Skip to content

Commit 80b74b7

Browse files
committed
s/format/formatter/
1 parent f85a6d0 commit 80b74b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,9 +949,9 @@ end
949949

950950
You may register custom formatters that can be utilized in your schemas.
951951

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.
952+
Each formatter consists of, at minimum, a `transform:` lambda, accepting a
953+
params hash as well as optional `controller:` and `schema:` keywords, and
954+
returning the formatted params.
955955

956956
For more usage examples, see [the default formatters](https://github.com/keygen-sh/typed_params/tree/master/lib/typed_params/formatters).
957957

0 commit comments

Comments
 (0)