Skip to content

Commit b12cd08

Browse files
MachinisteWebyyx990803
authored andcommitted
Typo fix (#33)
Signed-off-by: Bruno Lesieur <[email protected]>
1 parent 6219044 commit b12cd08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: en/data.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default context => {
138138
// filled with the state needed to render the app.
139139
// When we attach the state to the context, and the `template` option
140140
// is used for the renderer, the state will automatically be
141-
// serialized and injected into the HTML as window.__INITIAL_STATE__.
141+
// serialized and injected into the HTML as `window.__INITIAL_STATE__`.
142142
context.state = store.state
143143

144144
resolve(app)
@@ -256,7 +256,7 @@ Vue.mixin({
256256

257257
## Store Code Splitting
258258

259-
In a large application, our vuex store will likely be split into multiple modules. Of course, it is also possible to code-split these modules into corresponding route component chunks. Suppose we have the following store module:
259+
In a large application, our Vuex store will likely be split into multiple modules. Of course, it is also possible to code-split these modules into corresponding route component chunks. Suppose we have the following store module:
260260

261261
``` js
262262
// store/modules/foo.js

0 commit comments

Comments
 (0)