--- documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Application.xml (revision 23450)
+++ documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Application.xml (working copy)
@@ -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
- array("configs"=>array("/path1","/path2"[,...]));.
+ array("config"=>array("/path1","/path2"[,...]));.