ADmad 11 years ago
parent
commit
70634593e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/View/JsonView.php

+ 2 - 2
src/View/JsonView.php

@@ -46,8 +46,8 @@ use Cake\Network\Response;
  * `{"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