diff --git a/packages/laravel-echo/src/echo.ts b/packages/laravel-echo/src/echo.ts index ddfd99de..d7960c7d 100644 --- a/packages/laravel-echo/src/echo.ts +++ b/packages/laravel-echo/src/echo.ts @@ -176,7 +176,7 @@ export default class Echo { } /** - * Register 3rd party request interceptiors. These are used to automatically + * Register 3rd party request interceptors. These are used to automatically * send a connections socket id to a Laravel app with a X-Socket-Id header. */ registerInterceptors(): void {