File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ the metadata from the attributes of the class. For example::
102102To enable the attribute loader, call the
103103:method: `Symfony\\ Component\\ Validator\\ ValidatorBuilder::enableAttributeMapping ` method.
104104
105- To disable the annotation loader after it was enabled, call
105+ To disable the attribute loader after it was enabled, call
106106:method: `Symfony\\ Component\\ Validator\\ ValidatorBuilder::disableAttributeMapping `.
107107
108108Using Multiple Loaders
Original file line number Diff line number Diff line change @@ -2937,7 +2937,7 @@ and a different instance will be created per bus.
29372937 .. tip ::
29382938
29392939 If you have installed the MakerBundle, you can use the ``make:messenger-middleware ``
2940- command to bootstrap the creation your own messenger middleware.
2940+ command to bootstrap the creation of your own messenger middleware.
29412941
29422942.. _middleware-doctrine :
29432943
You can’t perform that action at this time.
0 commit comments