Skip to content

Commit 9436fa1

Browse files
authored
Fix typo (#466)
1 parent 2362bd3 commit 9436fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/laravel-echo/src/echo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default class Echo<T extends keyof Broadcaster> {
176176
}
177177

178178
/**
179-
* Register 3rd party request interceptiors. These are used to automatically
179+
* Register 3rd party request interceptors. These are used to automatically
180180
* send a connections socket id to a Laravel app with a X-Socket-Id header.
181181
*/
182182
registerInterceptors(): void {

0 commit comments

Comments
 (0)