Skip to content

Commit 21aab03

Browse files
committed
Fix a typo in 2nd example
1 parent 86a923e commit 21aab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ createRoot(root).render(<App />)
6262
You can opt-out by enabling strict mode in `SlateView`, or `useSlateToReact`, or `transformNodes` options.
6363
When enabled, `NodeNoIdFieldError` will be thrown if any node without the `id` field is encountered.
6464

65-
2. Use can use `slate-to-react` with React Server Components too. For that use `transformNodes` function directly:
65+
2. You can use `slate-to-react` with React Server Components too. For that use `transformNodes` function directly:
6666

6767
```ts
6868
import type {FC} from "react"

0 commit comments

Comments
 (0)