Skip to content

Commit 24b6ddc

Browse files
committed
Fix ja docs: correct property name
1 parent eb1c9db commit 24b6ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/guide/data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default context => {
174174
}
175175
```
176176

177-
`template` を使うと `context.state` は自動的に最終的な HTML に `window.__INITIAL__` という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:
177+
`template` を使うと `context.state` は自動的に最終的な HTML に `window.__INITIAL_STATE__` という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:
178178

179179
```js
180180
// entry-client.js

0 commit comments

Comments
 (0)