Skip to content

Commit fc7f350

Browse files
committed
typo fix
1 parent e023c75 commit fc7f350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3861,7 +3861,7 @@ List of 300 VueJS Interview Questions
38613861
})
38623862

38633863
store.state.one // -> `moduleOne's state
3864-
store.state.one // -> `moduleTwo's state
3864+
store.state.two // -> `moduleTwo's state
38653865
```
38663866
38673867
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)