From 569d5893847a5c3263225c2df7e9ec2cdbb7af61 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Mon, 10 May 2021 16:06:09 -0600 Subject: [PATCH] fix grammar --- source/support/FAQ/embassy-faq.rst | 2 +- source/support/FAQ/usage-faq.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/support/FAQ/embassy-faq.rst b/source/support/FAQ/embassy-faq.rst index 750bc4e..b529a03 100644 --- a/source/support/FAQ/embassy-faq.rst +++ b/source/support/FAQ/embassy-faq.rst @@ -61,7 +61,7 @@ What if someone gets physical access to my device, can they read the contents? I ----------------------------------------------------------------------------------------------- The device is currently not currently protected in that way. Someone with physical access to the device can get full access to everything on it. -Apps like Bitwarden however do not store plaintext information, so your passwords will not be compromised unless they know your master password. +Apps like Bitwarden, however, do not store plaintext information, so your passwords will not be compromised unless they know your master password. Why http and not https for .onion websites? ------------------------------------------- diff --git a/source/support/FAQ/usage-faq.rst b/source/support/FAQ/usage-faq.rst index 49abaff..619c4d2 100644 --- a/source/support/FAQ/usage-faq.rst +++ b/source/support/FAQ/usage-faq.rst @@ -66,9 +66,9 @@ In the top right menu, select 'Clear Cache.' If this does not solve the problem If I uninstall a service, then re-install it, does any data remain? ------------------------------------------------------------------- -No. When uninstalling a service, you completely destroy everything associated with it. This is because each service is run in it's own 'container,' which includes all the required software, including an operating system, that it needs to function. When uninstalling, this container is wiped from your system, and with it any associated service data that you have not backed up. +No. When uninstalling a service, you completely destroy everything associated with it. This is because each service runs in it's own 'container', which includes all the required software and operating system environment that it needs to function. When uninstalling, this container is wiped from your Embassy's system, and with it, any associated service data that you have not backed up. -This can be useful, as you may want to wipe a service and start anew, for example, in order to receive a fresh Tor .onion address, or to spin up a new Lightning node. However, if you do this, YOU MUST BE 100% CERTAIN THAT YOU ARE PREPARED TO LOSE ALL DATA for this service. Also keep in mind that other services may depend on the service you are uninstalling. +This can be useful, as you may want to wipe a service and start anew. For example, you might want to receive a fresh Tor .onion address, or to spin up a new Lightning node. However, if you do this, YOU MUST BE 100% CERTAIN THAT YOU ARE PREPARED TO LOSE ALL DATA for this service. Also, keep in mind that other services may depend on the service you are uninstalling. Do I need to delete existing backups before doing a new backup? Or does a new backup override the old backup? -------------------------------------------------------------------------------------------------------------