Skip to content

Commit c10b7f7

Browse files
authored
fix typo in broadcasting.md (#10398)
1 parent 49026a9 commit c10b7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ Echo.channel('orders')
10951095
<a name="using-react-or-vue"></a>
10961096
### Using React or Vue
10971097
1098-
Laravel Echo includes React and Vue hooks that make it painless to listen for events. To get started, invoke the `useEcho` hook, which is used to listen for private events. The `useEcho` will hook will automatically leave channels when the consuming component is unmounted:
1098+
Laravel Echo includes React and Vue hooks that make it painless to listen for events. To get started, invoke the `useEcho` hook, which is used to listen for private events. The `useEcho` hook will automatically leave channels when the consuming component is unmounted:
10991099
11001100
```js tab=React
11011101
import { useEcho } from "@laravel/echo-react";

0 commit comments

Comments
 (0)