Skip to content

Commit 1cc3b6c

Browse files
docs: fix typo 'includin' -> 'including' in who-owns-the-tree blog post (#901)
Closes #900 Co-authored-by: Sarah Gerrard <gerrardsarah@gmail.com>
1 parent b247d8e commit 1cc3b6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blog/who-owns-the-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RSC is also a _protocol_, a way to serialize rendered React output, client refs,
2525

2626
**So, who owns the tree?**
2727

28-
If and when the server owns it, you need a way to drop client interactivity _into_ it, which is exactly what `'use client'` is for. Hopefully this doesn't come as a surprise. It's in the react docs and how pretty much every RSC framework model works to this day, includin Start.
28+
If and when the server owns it, you need a way to drop client interactivity _into_ it, which is exactly what `'use client'` is for. Hopefully this doesn't come as a surprise. It's in the react docs and how pretty much every RSC framework model works to this day, including Start.
2929

3030
However, if the _client_ owns it, you'll need a way to drop _server-rendered UI into it_. That's what Composite Components solve in TanStack Start.
3131

0 commit comments

Comments
 (0)