瀏覽代碼

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