Skip to content

Commit df122dc

Browse files
jakwuhyyx990803
authored andcommitted
Update data.md (#11)
1 parent f0ed9f5 commit df122dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default context => {
148148
}
149149
```
150150

151-
When using `template`, `context.state` will automatically be embedded in the final HTML as `window.__INITIAL__` state. On the client, the store should pick up the state before mounting the application:
151+
When using `template`, `context.state` will automatically be embedded in the final HTML as `window.__INITIAL_STATE__` state. On the client, the store should pick up the state before mounting the application:
152152

153153
``` js
154154
// entry-client.js

0 commit comments

Comments
 (0)