Skip to content

Commit 947652d

Browse files
authored
Fixed typo
1 parent f7b45fb commit 947652d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@
260260
"description": "React-redux connect boilerplate"
261261
},
262262
"reduxReducer": {
263-
"refix": "reducer",
263+
"prefix": "reducer",
264264
"body": "import { actions } from '../constants'\n\nexport const initial = {}\n\nexport default function (state = initial, { type, payload }) {\n switch (type) {\n case actions.${0:ACTION_NAME}:\n default:\n return state\n }\n}",
265265
"description": "Reducer boilerplate"
266266
}
267-
}
267+
}

0 commit comments

Comments
 (0)