Browse Source

Documentation edits for Session.

mark_story 12 years ago
parent
commit
718f73793a
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', [