Skip to content

Commit 7e12086

Browse files
committed
minor #10385 Minor typo fix on messenger xml config (ragboyjr)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #10385). Discussion ---------- Minor typo fix on messenger xml config Commits ------- 18d917a Minor typo fix on messenger xml config
2 parents b495788 + 18d917a commit 7e12086

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)