Skip to content

Commit cb2f265

Browse files
fix typo
change `ìmport` by `import`
1 parent 84a7323 commit cb2f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ or
6060

6161
##### Immutable reducer
6262
This reducer is to be used for configurations with immutable.js.
63-
`ìmport { immutableReducer } from 'redux-oidc';`
63+
`import { immutableReducer } from 'redux-oidc';`
6464

6565
### React components
6666
##### CallbackComponent / SignoutCallbackComponent

0 commit comments

Comments
 (0)