Skip to content

Commit d983ec4

Browse files
committed
minor symfony#11046 Fix typo: if -> of (borNfreee)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo: if -> of <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 7d91586 Fix typo: if -> of
2 parents facbe1a + 7d91586 commit d983ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ that message with the ``invalid_message`` option (see below).
252252
Using the Transformer
253253
~~~~~~~~~~~~~~~~~~~~~
254254

255-
Next, you need to use the ``IssueToNumberTransformer`` object inside if ``TaskType``
255+
Next, you need to use the ``IssueToNumberTransformer`` object inside of ``TaskType``
256256
and add it to the ``issue`` field. No problem! Just add a ``__construct()`` method
257257
and type-hint the new class::
258258

0 commit comments

Comments
 (0)