From 4297492fa3169b42009e648d332a870b9bd87a89 Mon Sep 17 00:00:00 2001 From: ElineMendix <93777251+ElineMendix@users.noreply.github.com> Date: Wed, 2 Apr 2025 09:11:36 +0200 Subject: [PATCH] Update local-data-security.md Fixed a few spelling mistakes (downsize -> downside) and made one sentence a proper sentence. --- .../offlinefirst-data/local-data-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/local-data-security.md b/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/local-data-security.md index 7b43f1b509a..00423ae8d18 100644 --- a/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/local-data-security.md +++ b/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/local-data-security.md @@ -185,6 +185,6 @@ Next to zero. The cookies which are stored in the device can only be accessed th Note that `android:debuggable` option should never be set to true in production app. {{% /alert %}} -### Downsizes of Encryption +### Downsides of Encryption -Main downsize is performance. Since the cookies need to be decrypted and encrypted on each request, this operation will be demanding on the device and make the app slower during downloads, especially if your targeted devices are on the lower end. +The main downside of enabling encryption is performance. Since the cookies need to be decrypted and encrypted on each request, this operation will be demanding on the device and make the app slower during downloads, especially if your targeted devices are on the lower end.