Skip to content

Commit 26390a5

Browse files
committed
minor #5506 Fixes small typo in data transformers cookbook (catchamonkey)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5506). Discussion ---------- Fixes small typo in data transformers cookbook | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | n/a Commits ------- 0744415 Fixes small typo in data transformers cookbook
2 parents 4abc22c + 0744415 commit 26390a5

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)