Skip to content

Commit

Permalink
typo in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Mar 27, 2015
1 parent fe06e15 commit 82ec228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/RequestActionTrait.php
Expand Up @@ -63,7 +63,7 @@ trait RequestActionTrait
*
* ```
* $vars = $this->requestAction('/articles/popular', [
* 'query' => ['page' = > 1],
* 'query' => ['page' => 1],
* 'cookies' => ['remember_me' => 1],
* ]);
* ```
Expand Down

0 comments on commit 82ec228

Please sign in to comment.