Skip to content

Commit c420a3b

Browse files
author
Nadim Tuhin
authored
Update README.md
1 parent 4faea58 commit c420a3b

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
@@ -29,7 +29,7 @@ new Vue({
2929
// store.js
3030
import { createStore } from 'redux';
3131

32-
cosnt initialState = {
32+
const initialState = {
3333
todos: []
3434
};
3535

0 commit comments

Comments
 (0)