Merge pull request #268 from hannesvdvreken/master

Typo
This commit is contained in:
Chris Boden 2014-12-29 09:43:10 -05:00
commit 71579903da

View File

@ -95,7 +95,7 @@ class App {
} }
/** /**
* Add an endpiont/application to the server * Add an endpoint/application to the server
* @param string $path The URI the client will connect to * @param string $path The URI the client will connect to
* @param ComponentInterface $controller Your application to server for the route. If not specified, assumed to be for a WebSocket * @param ComponentInterface $controller Your application to server for the route. If not specified, assumed to be for a WebSocket
* @param array $allowedOrigins An array of hosts allowed to connect (same host by default), ['*'] for any * @param array $allowedOrigins An array of hosts allowed to connect (same host by default), ['*'] for any