Browse Source

ZF-6485: fix typo in Zend_App docs

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15273 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
2a94d46517

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-TheoryOfOperation.xml

@@ -220,7 +220,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
 ]]></programlisting>
 
             <para>
-                $o bootstrap just the <code>_initFoo()</code> method, do the
+                To bootstrap just the <code>_initFoo()</code> method, do the
                 following:
             </para>