Skip to content

Commit 600d122

Browse files
committed
Improve translation
1 parent f2613c5 commit 600d122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function ProfilePage() {
291291
292292
### プリレンダーの中止 {/*aborting-prerendering*/}
293293
294-
プリレンダー処理は、一定時間経過したら強制的に「諦めさせる」ことが可能です。
294+
プリレンダー処理は、一定時間経過 (timeout) 後に強制的に「諦めさせる」ことが可能です。
295295
296296
```js {2-5,11}
297297
async function renderToString() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function ProfilePage() {
291291
292292
### プリレンダーの中止 {/*aborting-prerendering*/}
293293
294-
プリレンダー処理は、一定時間経過したら強制的に「諦めさせる」ことが可能です。
294+
プリレンダー処理は、一定時間経過 (timeout) 後に強制的に「諦めさせる」ことが可能です。
295295
296296
```js {2-5,11}
297297
async function renderToString() {

0 commit comments

Comments
 (0)