Skip to content

Commit 4651e96

Browse files
authored
Merge pull request #9293 from ElineMendix/patch-3
Update local-data-security.md
2 parents c6333ec + 4297492 commit 4651e96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/local-data-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ Next to zero. The cookies which are stored in the device can only be accessed th
181181
Note that `android:debuggable` option should never be set to true in production app.
182182
{{% /alert %}}
183183

184-
### Downsizes of Encryption
184+
### Downsides of Encryption
185185

186-
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.
186+
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.

0 commit comments

Comments
 (0)