Skip to content

Commit 99decd4

Browse files
author
Matthieu Napoli
committed
Fix typo
1 parent 3d884f9 commit 99decd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Stores/CreateStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import immutableTransform from 'redux-persist-transform-immutable'
66
/**
77
* This import defaults to localStorage for web and AsyncStorage for react-native.
88
*
9-
* Kind in mind this storage *is not secure*. Do not use it to store sensitive information
9+
* Keep in mind this storage *is not secure*. Do not use it to store sensitive information
1010
* (like API tokens, private and sensitive data, etc.).
1111
*
1212
* If you need to store sensitive information, use redux-persist-sensitive-storage.

0 commit comments

Comments
 (0)