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

Fixed filename in comments #563

Merged
merged 1 commit into from
Sep 3, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorial/sonata-admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ container configuration:

.. code-block:: yaml

# src/Acme/BasicCmsBundle/Resources/config/config.yml
# src/Acme/BasicCmsBundle/Resources/config/services.yml
services:
acme.basic_cms.admin.page:
class: Acme\BasicCmsBundle\Admin\PageAdmin
Expand All @@ -357,7 +357,7 @@ container configuration:

.. code-block:: xml

<!-- src/Acme/BasicCmsBundle/Resources/config/config.yml -->
<!-- src/Acme/BasicCmsBundle/Resources/config/services.yml -->
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -407,7 +407,7 @@ container configuration:

.. code-block:: php

// src/Acme/BasicCmsBundle/Resources/config/config.php
// src/Acme/BasicCmsBundle/Resources/config/services.php
use Symfony\Component\DependencyInjection\Reference;
// ...

Expand Down