Skip to content

Commit

Permalink
fixed typo in stash description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 25, 2012
1 parent 87d3c41 commit be37964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

2.97 2012-05-24
2.97 2012-05-25
- Improved documentation.
- Improved tests.
- Fixed bug that prevented Test::Mojo from working with normal Mojolicious
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -902,8 +902,8 @@ Cookies failing signature verification will be automatically discarded.
$c = $c->stash(foo => 'bar');
Non persistent data storage and exchange, application wide default values can
be set with L<Mojolicious/"defaults">. Many stash value have a special meaning
and are reserved, the full list is currently C<action>, C<app>, C<cb>,
be set with L<Mojolicious/"defaults">. Many stash values have a special
meaning and are reserved, the full list is currently C<action>, C<app>, C<cb>,
C<controller>, C<data>, C<extends>, C<format>, C<handler>, C<json>, C<layout>,
C<namespace>, C<partial>, C<path>, C<status>, C<template> and C<text>.
Expand Down

0 comments on commit be37964

Please sign in to comment.