docs: Fixing some typos (#4741)

This commit is contained in:
Didier Durand
2025-05-18 22:36:37 -07:00
committed by GitHub
parent 9453ee08dc
commit 2ddf61201c
8 changed files with 10 additions and 10 deletions
@@ -335,7 +335,7 @@ const { thread, submit } = useStream({
});
```
Then you can pushing updates to the UI component by calling `ui.push()` / `push_ui_message()` with the same ID as the UI message you wish to update.
Then you can push updates to the UI component by calling `ui.push()` / `push_ui_message()` with the same ID as the UI message you wish to update.
=== "Python"