Skip to content

Commit a8d3f9e

Browse files
committed
Fix typo in prerender documentation
Remove extra 'the' in 'If rendering the is successfule' sentence
1 parent e07ac94 commit a8d3f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/static/prerender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
6262
#### Returns {/*returns*/}
6363
6464
`prerender` returns a Promise:
65-
- If rendering the is successful, the Promise will resolve to an object containing:
65+
- If rendering is successful, the Promise will resolve to an object containing:
6666
- `prelude`: a [Web Stream](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) of HTML. You can use this stream to send a response in chunks, or you can read the entire stream into a string.
6767
- If rendering fails, the Promise will be rejected. [Use this to output a fallback shell.](/reference/react-dom/server/renderToReadableStream#recovering-from-errors-inside-the-shell)
6868

0 commit comments

Comments
 (0)