Skip to content

Commit f85a6d0

Browse files
committed
fix formatting
1 parent 7cccb2b commit f85a6d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,10 @@ end
950950
You may register custom formatters that can be utilized in your schemas.
951951

952952
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. For more usage examples, see [the default formatters](https://github.com/keygen-sh/typed_params/tree/master/lib/typed_params/formatters).
953+
hash as well as optional `controller:` and `schema:` keywords, and returning
954+
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).
955957

956958
```rb
957959
TypedParams::Formatters.register(:strong_params,

0 commit comments

Comments
 (0)