Skip to content

Commit 550c518

Browse files
author
Pooya Parsa
committed
fix typo in docs
1 parent 800a636 commit 550c518

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
@@ -71,7 +71,7 @@ def increment(state):
7171
state.counter = state.counter + 1
7272

7373
def createStore():
74-
return Vuex.Store(
74+
return Store(
7575
state={'counter': 0},
7676
mutations={'increment': increment}
7777
)

0 commit comments

Comments
 (0)