10000 Fix: Typos · symfony/symfony-docs@b93967a · GitHub
[go: up one dir, main page]

Skip to content

Commit b93967a

Browse files
committed
Fix: Typos
1 parent 59943cf commit b93967a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ or directly via PHP attributes:
307307
<services>
308308
<service id="App\CommandBus">
309309
<argument type="service_locator">
310-
<argument key="App\FooCommand" type="service" id="sapp.command_handler.foo"/>
311-
<argument key="App\BarCommandr" type="service" id="app.command_handler.bar"/>
310+
<argument key="App\FooCommand" type="service" id="app.command_handler.foo"/>
311+
<argument key="App\BarCommand" type="service" id="app.command_handler.bar"/>
312312
<!-- if the element has no key, the ID of the original service is used -->
313313
<argument type="service" id="app.command_handler.baz"/>
314314
</argument>

0 commit comments

Comments
 (0)
0