Browse Source

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 years ago
parent
commit
8ae934ba90

+ 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>