From da6c96dfff91c9bbb7ae290e1dbeea2cf57a00e1 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 28 Jun 2016 03:55:31 +0000 Subject: [PATCH] Fix a busted sentence in the File Encryption documentation Summary: love to wordsmith Test Plan: read it Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16183 --- src/docs/user/configuration/configuring_encryption.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/configuring_encryption.diviner b/src/docs/user/configuration/configuring_encryption.diviner index 1e62071509..dbd0e76314 100644 --- a/src/docs/user/configuration/configuring_encryption.diviner +++ b/src/docs/user/configuration/configuring_encryption.diviner @@ -72,7 +72,7 @@ Each key should have these properties: - `default`: //Optional bool.// Optionally, mark exactly one key as the default key to enable encryption of newly uploaded file data. -The key material is sensitive an an attacker who learns it can decrypt data +The key material is sensitive and an attacker who learns it can decrypt data from the storage engine.