--- documentation/manual/en/tutorials/quickstart-create-model.xml (revision 23443) +++ documentation/manual/en/tutorials/quickstart-create-model.xml (working copy) @@ -24,7 +24,7 @@ Zend_Application_Module_Autoloader provides the functionality needed to map the various resources under a module to the appropriate directories, and provides a standard naming mechanism as well. An instance of the class is created by default during - initialization of the bootstrap object; your application bootstrap will be default use the + initialization of the bootstrap object; your application bootstrap will by default use the module prefix "Application". As such, our models, forms, and table classes will all begin with the class prefix "Application_".