diff --git a/config/websockets.php b/config/websockets.php index 7a18b11..d6904f3 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -7,7 +7,7 @@ return [ /** * This package comes with multi tenancy out of the box. Here you can - * configure the diffente clients that can use the webSockets server. + * configure the different clients that can use the webSockets server. * * You should make sure that the app id is numeric. */ diff --git a/src/Http/Controllers/AuthenticateDashboard.php b/src/Http/Controllers/AuthenticateDashboard.php index 1c83370..a7de0a1 100644 --- a/src/Http/Controllers/AuthenticateDashboard.php +++ b/src/Http/Controllers/AuthenticateDashboard.php @@ -1,6 +1,6 @@