Skip to content

Commit 14e9dae

Browse files
Fix typo in broadcasting.md (#10401)
1 parent ec7bd94 commit 14e9dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcasting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ useEcho<OrderData>(`orders.${orderId}`, "OrderShipmentStatusUpdated", (e) => {
11551155
});
11561156
```
11571157
1158-
The `useEcho` will hook will automatically leave channels when the consuming component is unmounted; however, you may utilize the returned functions to manually stop / start listening to channels programmatically when necessary:
1158+
The `useEcho` hook will automatically leave channels when the consuming component is unmounted; however, you may utilize the returned functions to manually stop / start listening to channels programmatically when necessary:
11591159
11601160
```js tab=React
11611161
import { useEcho } from "@laravel/echo-react";

0 commit comments

Comments
 (0)