Преглед изворни кода

Appropriate title for config blocks

I think there should be appropriate title for code blocks.
KULDIP PIPALIYA пре 11 година
родитељ
комит
6399cf955a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Resources/doc/reference/getting_started.rst

+ 2 - 2
Resources/doc/reference/getting_started.rst

@@ -197,7 +197,7 @@ file, using the ``load()`` method as described in the `symfony cookbook`_.
 
 .. configuration-block::
 
-    .. code-block:: php
+    .. code-block:: xml
 
         # Acme/DemoBundle/DependencyInjection/AcmeDemoBundleExtension.php for XML configurations
         
@@ -215,7 +215,7 @@ file, using the ``load()`` method as described in the `symfony cookbook`_.
             }
         }
 
-    .. code-block:: php
+    .. code-block:: yaml
 
         # Acme/DemoBundle/DependencyInjection/AcmeDemoBundleExtension.php for YAML configurations