Skip to content

Commit 18d917a

Browse files
ragboyjrjaviereguiluz
authored andcommitted
Minor typo fix on messenger xml config
Signed-off-by: RJ Garcia <[email protected]>
1 parent b495788 commit 18d917a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ factories. Defining such requires a two-step configuration based on Symfony's
645645
646646
.. code-block:: xml
647647
648-
<!-- cconfig/services.xml -->
648+
<!-- config/services.xml -->
649649
<?xml version="1.0" encoding="UTF-8" ?>
650650
<container xmlns="http://symfony.com/schema/dic/services"
651651
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -845,7 +845,7 @@ Register your Factory
845845
846846
.. code-block:: xml
847847
848-
<!-- cconfig/services.xml -->
848+
<!-- config/services.xml -->
849849
<?xml version="1.0" encoding="UTF-8" ?>
850850
<container xmlns="http://symfony.com/schema/dic/services"
851851
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)