Skip to content

Commit 4297492

Browse files
authored
Update local-data-security.md
Fixed a few spelling mistakes (downsize -> downside) and made one sentence a proper sentence.
1 parent 29f4fb9 commit 4297492

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
@@ -185,6 +185,6 @@ Next to zero. The cookies which are stored in the device can only be accessed th
185185
Note that `android:debuggable` option should never be set to true in production app.
186186
{{% /alert %}}
187187

188-
### Downsizes of Encryption
188+
### Downsides of Encryption
189189

190-
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.
190+
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)