We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2613c5 commit 600d122Copy full SHA for 600d122
src/content/reference/react-dom/static/prerender.md
@@ -291,7 +291,7 @@ function ProfilePage() {
291
292
### プリレンダーの中止 {/*aborting-prerendering*/}
293
294
-プリレンダー処理は、一定時間経過したら強制的に「諦めさせる」ことが可能です。
+プリレンダー処理は、一定時間経過 (timeout) 後に強制的に「諦めさせる」ことが可能です。
295
296
```js {2-5,11}
297
async function renderToString() {
src/content/reference/react-dom/static/prerenderToNodeStream.md
0 commit comments