Merge pull request #4589 from johndalangin/patch-3

Typo Correction
This commit is contained in:
Loz Calver 2015-09-07 10:56:27 +01:00
commit b87c2ae78d

View File

@ -124,7 +124,7 @@ Action methods can return one of four main things:
$this->response->addHeader("Content-type", "application/json");
return $this->response.
return $this->response;
}
For more information on how a URL gets mapped to an action see the [Routing](routing) documentation.