From d8d621c17572e76c07a87b3ea3ff546e303d2a21 Mon Sep 17 00:00:00 2001 From: Jonta <359397+Jonta@users.noreply.github.com> Date: Thu, 30 Sep 2021 15:34:00 +0200 Subject: [PATCH] docs: grammar/readability (#5633) --- backend/crypt/crypt.go | 2 +- docs/content/crypt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/crypt/crypt.go b/backend/crypt/crypt.go index 6d186d13d..14d7915cb 100644 --- a/backend/crypt/crypt.go +++ b/backend/crypt/crypt.go @@ -39,7 +39,7 @@ func init() { Examples: []fs.OptionExample{ { Value: "standard", - Help: "Encrypt the filenames see the docs for the details.", + Help: "Encrypt the filenames. See the docs for the details.", }, { Value: "obfuscate", Help: "Very simple filename obfuscation.", diff --git a/docs/content/crypt.md b/docs/content/crypt.md index 4afb08a7d..1ccfe70cb 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -110,7 +110,7 @@ remote> remote:path How to encrypt the filenames. Enter a string value. Press Enter for the default ("standard"). Choose a number from below, or type in your own value - 1 / Encrypt the filenames see the docs for the details. + 1 / Encrypt the filenames. See the docs for the details. \ "standard" 2 / Very simple filename obfuscation. \ "obfuscate"