From bebccbfad74a7f035f16e46064af64787b69fd89 Mon Sep 17 00:00:00 2001 From: fred_the_tech_writer Date: Tue, 14 Dec 2021 10:30:09 -0500 Subject: [PATCH] typo fix --- _articles/security/data-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/security/data-storage.md b/_articles/security/data-storage.md index e5164101..7f5815b0 100644 --- a/_articles/security/data-storage.md +++ b/_articles/security/data-storage.md @@ -24,7 +24,7 @@ Bitwarden processes and stores all data securely in the [Microsoft Azure Cloud]( Don't trust Bitwarden Servers? You don't have to. Open source is beautiful. You can easily host the entire Bitwarden stack yourself. You control your data. Learn more [here]({{site.baseurl}}/article/install-on-premise/). ## On your Local Machine -Data that is stored on your computer/device is encrypted and only decrypted when you unlock your Vault. Decrypted data is stored **in memory** only and is **never written to persistent storage**. BitWarden encrypted data at rest is stored in the following locations: +Data that is stored on your computer/device is encrypted and only decrypted when you unlock your Vault. Decrypted data is stored **in memory** only and is **never written to persistent storage**. Encrypted data is stored in the following locations at rest: #### Desktop App