endpiont -> endpoint
This commit is contained in:
Hannes Van De Vreken 2014-12-27 11:09:41 +01:00
parent 47123de527
commit c167b476b8

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 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