Procházet zdrojové kódy

ZF-10735: fix typo in quickstart docs

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23473 44c647ce-9c0f-0410-b52a-842ac1e357ba
mjh_ca před 15 roky
rodič
revize
831f4c37f1

+ 1 - 1
documentation/manual/en/tutorials/quickstart-create-model.xml

@@ -24,7 +24,7 @@
         <classname>Zend_Application_Module_Autoloader</classname> provides the functionality needed
         <classname>Zend_Application_Module_Autoloader</classname> provides the functionality needed
         to map the various resources under a module to the appropriate directories, and provides a
         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
         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
         module prefix "Application". As such, our models, forms, and table classes will all begin
         with the class prefix "Application_".
         with the class prefix "Application_".
     </para>
     </para>