浏览代码

Merge pull request #2111 from aldee07/patch-1

Update templates.rst
Thomas 11 年之前
父节点
当前提交
eb4dd70de8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/doc/reference/templates.rst

+ 1 - 1
Resources/doc/reference/templates.rst

@@ -1,7 +1,7 @@
 Templates
 =========
 
-``SoantaAdminBundle`` comes with a significant amount of ``twig`` files used to display the
+``SonataAdminBundle`` comes with a significant amount of ``twig`` files used to display the
 different parts of each ``Admin`` action's page. If you read the ``Templates`` part of the :doc:`architecture` section of this guide, you should know by now how these are organized in
 the ``views`` folder. If you haven't, now would be a good time to do it.