Skip to content

Commit

Permalink
refactor: ♻️ fix typo in toolkit.tsx comment (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-pollard authored May 5, 2020
1 parent aba2801 commit 1867a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/@reduxjs/toolkit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
CreateSliceOptions,
} from '@reduxjs/toolkit';

/* Wrap createClice with stricter Name options */
/* Wrap createSlice with stricter Name options */

/* istanbul ignore next */
export const createSlice = <
Expand Down

0 comments on commit 1867a5b

Please sign in to comment.