Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit f0d455e

Browse files
wjzijderveldwouterj
authored andcommitted
Fixed filename in comments
1 parent b151043 commit f0d455e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/sonata-admin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ container configuration:
357357
358358
.. code-block:: xml
359359
360-
<!-- src/Acme/BasicCmsBundle/Resources/config/config.yml -->
360+
<!-- src/Acme/BasicCmsBundle/Resources/config/services.yml -->
361361
<?xml version="1.0" encoding="UTF-8" ?>
362362
<container xmlns="http://symfony.com/schema/dic/services"
363363
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -407,7 +407,7 @@ container configuration:
407407
408408
.. code-block:: php
409409
410-
// src/Acme/BasicCmsBundle/Resources/config/config.php
410+
// src/Acme/BasicCmsBundle/Resources/config/services.php
411411
use Symfony\Component\DependencyInjection\Reference;
412412
// ...
413413

0 commit comments

Comments
 (0)