Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 7, 2015
1 parent 9893894 commit 7063459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/JsonView.php
Expand Up @@ -46,8 +46,8 @@
* `{"posts": [...], "users": [...]}`
*
* If you need the regular view template processing you can set `_serialize` to
* false which will turn off automatic serialization and instead view template
* and layotu will be used.
* `false` which will turn off automatic serialization and instead view template
* and layout will be used.
*
* You can also enable JSONP support by setting parameter `_jsonp` to true or a
* string to specify custom query string parameter name which will contain the
Expand Down

0 comments on commit 7063459

Please sign in to comment.