Skip to content

Commit 0744415

Browse files
catchamonkeyxabbuh
authored andcommitted
Fixes small typo in data transformers cookbook
1 parent 4abc22c commit 0744415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class::
8989
// ...
9090
}
9191

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

0 commit comments

Comments
 (0)