From 99decd45956b617a633a2d9d9acbcd64a7a17ab3 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 20 Aug 2018 12:02:12 +0200 Subject: [PATCH] Fix typo --- App/Stores/CreateStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Stores/CreateStore.js b/App/Stores/CreateStore.js index 96ed4a04f..aaf40734b 100644 --- a/App/Stores/CreateStore.js +++ b/App/Stores/CreateStore.js @@ -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.