ZF-10735: Typo in documentation
Description
http://framework.zend.com/manual/en/…
"your application bootstrap will {color:red}be{color} default use the module prefix "Application"."
should read
"your application bootstrap will {color:green}by{color} default use the module prefix "Application"."
change "be" to "by".
Comments
Posted by Marc Hodgins (mjh_ca) on 2010-11-25T01:39:29.000+0000
Smallest patch ever ;-)
Posted by Marc Hodgins (mjh_ca) on 2010-12-06T11:55:48.000+0000
Fixed in r23473. Merged to release branch 1.11 in r23474.