Bläddra i källkod

ZF-10752: fix Zend_Application docs for configs param

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23471 44c647ce-9c0f-0410-b52a-842ac1e357ba
mjh_ca 15 år sedan
förälder
incheckning
ab8b20d8e5

+ 2 - 2
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Application.xml

@@ -146,10 +146,10 @@
                                             conflicting values for others) or merely splitting a
                                             long configuration across many smaller categorised
                                             files. The parameter in this case is an array with a
-                                            single key "configs" whose value is an array of the
+                                            single key "config" whose value is an array of the
                                             files to merge. Note: this means you either pass a
                                             literal path, or
-                                            <command>array("configs"=>array("/path1","/path2"[,...]));</command>.
+                                            <command>array("config"=>array("/path1","/path2"[,...]));</command>.
                                         </para>
                                     </listitem>