From 60146541f204b85a7ff4892dfdb46a03d42abd9a Mon Sep 17 00:00:00 2001 From: okyanusoz <46757266+okyanusoz@users.noreply.github.com> Date: Tue, 1 Sep 2020 20:03:00 +0000 Subject: [PATCH] Fixed a typo in encryption documentation Co-authored-by: timvisee --- docs/encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/encryption.md b/docs/encryption.md index 17dcc2f8..b41d37de 100644 --- a/docs/encryption.md +++ b/docs/encryption.md @@ -1,6 +1,6 @@ # File Encryption -Send use 128-bit AES-GCM encryption via the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) to encrypt files in the browser before uploading them to the server. The code is in [app/keychain.js](../app/keychain.js). +Send uses 128-bit AES-GCM encryption via the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) to encrypt files in the browser before uploading them to the server. The code is in [app/keychain.js](../app/keychain.js). ## Steps