Skip to content

Commit 50e0c2f

Browse files
authored
Merge pull request sudheerj#15 from tibik/173-typo-fix
Question 173 typo fix
2 parents e023c75 + fc7f350 commit 50e0c2f

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)