Typo Correction

This commit is contained in:
johndalangin 2015-09-07 17:08:49 +08:00
parent d0b53b5135
commit 1b661c9f17

View File

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