Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Napoli committed Aug 20, 2018
1 parent 3d884f9 commit 99decd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Stores/CreateStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import immutableTransform from 'redux-persist-transform-immutable'
/**
* This import defaults to localStorage for web and AsyncStorage for react-native.
*
* Kind in mind this storage *is not secure*. Do not use it to store sensitive information
* Keep in mind this storage *is not secure*. Do not use it to store sensitive information
* (like API tokens, private and sensitive data, etc.).
*
* If you need to store sensitive information, use redux-persist-sensitive-storage.
Expand Down

0 comments on commit 99decd4

Please sign in to comment.