From c167b476b817500f2a6fd32291629b88e815eea6 Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Sat, 27 Dec 2014 11:09:41 +0100 Subject: [PATCH] Typo endpiont -> endpoint --- src/Ratchet/App.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ratchet/App.php b/src/Ratchet/App.php index 4e44663..b7d0e55 100644 --- a/src/Ratchet/App.php +++ b/src/Ratchet/App.php @@ -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 @@ -143,4 +143,4 @@ class App { public function run() { $this->_server->run(); } -} \ No newline at end of file +}