Skip to content

Commit

Permalink
Update packages/react-html/README.md
Browse files Browse the repository at this point in the history
Typo

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
  • Loading branch information
sebmarkbage and eps1lon authored Jun 27, 2024
1 parent 2829604 commit 19c91d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function action(email, name) {
}
```

Note that this is an async function that need to be awaited - unlike the legacy `renderToString` in `react-dom`.
Note that this is an async function that needs to be awaited - unlike the legacy `renderToString` in `react-dom`.

## API

Expand Down

0 comments on commit 19c91d6

Please sign in to comment.