Skip to content

Commit 4ce8f47

Browse files
committed
minor #5466 data transformers cookbook service definition typo (intrepion)
This PR was merged into the 2.3 branch. Discussion ---------- data transformers cookbook service definition typo Commits ------- b3414de data transformers cookbook service definition typo
2 parents 664f5ad + b3414de commit 4ce8f47

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
@@ -149,7 +149,7 @@ to explicitly choose the one to use. To achieve this, you can use a factory::
149149
app.type.task:
150150
class: AppBundle\Form\TaskType
151151
arguments: ["@app.issue_transformer_factory"]
152-
tag:
152+
tags:
153153
- { name: form.type, alias: app_task }
154154
155155
.. code-block:: xml

0 commit comments

Comments
 (0)