diff --git a/config/websockets.php b/config/websockets.php index c5a8504..f16c5be 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -25,7 +25,7 @@ * will use the apps defined in this config file. * * You can create a custom provider by implementing the - * `appProvier` interface. + * `appProvider` interface. */ 'app_provider' => BeyondCode\LaravelWebSockets\Apps\ConfigAppProvider::class,