We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faea58 commit c420a3bCopy full SHA for c420a3b
README.md
@@ -29,7 +29,7 @@ new Vue({
29
// store.js
30
import { createStore } from 'redux';
31
32
-cosnt initialState = {
+const initialState = {
33
todos: []
34
};
35
0 commit comments