소스 검색

ZF-7605: fix typo in application.ini example

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17723 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 년 전
부모
커밋
8ae934ba90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      documentation/manual/en/module_specs/Zend_Application-Examples.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-Examples.xml

@@ -25,7 +25,7 @@ bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
 bootstrap.class = "Bootstrap"
 resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
 
-[development : testing]
+[testing : production]
 [development : production]
 ]]></programlisting>