Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 22043ee

Browse files
committed
Merge pull request #59 from ashsidhu/patch-2
fix typo
2 parents 2b56022 + 4c41587 commit 22043ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This class combines all the reducers into one
55
*
66
*/
7-
'use string';
7+
'use strict';
88
/**
99
* ## Imports
1010
*

0 commit comments

Comments
 (0)