From 9e1443799a1bb5be4e1a7ca31c15f0bc7388ca41 Mon Sep 17 00:00:00 2001 From: ToBeFree Date: Tue, 28 Feb 2023 12:50:53 +0100 Subject: [PATCH] docs: crypt: fix typo --- docs/content/crypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/crypt.md b/docs/content/crypt.md index cdab3b8f8..dc45e56aa 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -58,7 +58,7 @@ custom salt is effectively a second password that must be memorized. based on XSalsa20 cipher and Poly1305 for integrity. [Names](#name-encryption) (file- and directory names) are also encrypted by default, but this has some implications and is therefore -possible to turned off. +possible to be turned off. ## Configuration