Skip to content

Commit

Permalink
Fix typo in link to cakephp book documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcreenan committed May 6, 2013
1 parent 4f179b0 commit 3c46b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/SessionHelper.php
Expand Up @@ -64,7 +64,7 @@ public function check($name) {
* In your view: `$this->Session->error();`
*
* @return string last error
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/session.html#displaying-notifcations-or-flash-messages
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/session.html#displaying-notifications-or-flash-messages
*/
public function error() {
return CakeSession::error();
Expand Down

0 comments on commit 3c46b8a

Please sign in to comment.