Browse Source

Merge branch '3.0-session' of github.com:cakephp/cakephp into 3.0-session

Jose Lorenzo Rodriguez 12 years ago
parent
commit
7642f28297
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Routing/RequestActionTrait.php

+ 3 - 3
src/Routing/RequestActionTrait.php

@@ -67,10 +67,10 @@ trait RequestActionTrait {
  * ]);
  * ]);
  * }}}
  * }}}
  *
  *
- * ### Trasmitting the session
+ * ### Transmitting the session
  *
  *
- * By default action dispatched by this method will use a vanialla session object. If you want the
- * a particular session instance to be used, you need to specify it.
+ * By default actions dispatched with this method will use the standard session object.
+ * If you want a particular session instance to be used, you need to specify it.
  *
  *
  * {{{
  * {{{
  * $vars = $this->requestAction('/articles/popular', [
  * $vars = $this->requestAction('/articles/popular', [