Skip to content

Commit

Permalink
Fixes small typo in data transformers cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
catchamonkey authored and xabbuh committed Jul 9, 2015
1 parent 4abc22c commit 0744415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class::
// ...
}

The ``CallbackTransformer`` takes to callback functions as arguments. The first transforms
The ``CallbackTransformer`` takes two callback functions as arguments. The first transforms
the original value into a format that'll be used to render the field. The second
does the reverse: it transforms the submitted value back into the format you'll use
in your code.
Expand Down

0 comments on commit 0744415

Please sign in to comment.