Skip to content

Commit 3412fb3

Browse files
committed
Copy tweak
1 parent 663613e commit 3412fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/realtime/react-hooks/streams.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function MyComponent({
4646
}
4747
```
4848

49-
You can provide the type of the streams to the `useRealtimeRunWithStreams` hook:
49+
You can also provide the type of the streams to the `useRealtimeRunWithStreams` hook to get type-safety:
5050

5151
```tsx
5252
import { useRealtimeRunWithStreams } from "@trigger.dev/react-hooks";

0 commit comments

Comments
 (0)