ZF-4348: Manual typo
Description
There is typo:
http://framework.zend.com/manual/en/…
$response = $server->getLastResyponse();
should be
$response = $server->getLastResponse();
There is typo:
http://framework.zend.com/manual/en/…
$response = $server->getLastResyponse();
should be
$response = $server->getLastResponse();
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-25T02:57:31.000+0000
Solved in SVN r11516.
Posted by Alexander Veremyev (alexander) on 2008-10-12T02:26:44.000+0000
Thanks! :)
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-10-13T18:09:43.000+0000
You are welcome, Alexander! ;-)
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:04.000+0000
Changing issues in preparation for the 1.7.0 release.