Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/desktop/password-and-recovery-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ We cannot reset the password of a vault for you in any way. Only you can reset a
Type or paste your recovery key in the new window.

:::note
Cryptomator offers an auto completion feature to make things easier when typing a recovery key. It's helpful if your recovery key is printed on paper or stored it somewhere where you cannot copy it. The feature will kick in automatically once you start typing the first few letters of a word.
Cryptomator offers an auto completion feature to make things easier when typing a recovery key. It's helpful if your recovery key is printed on paper or stored somewhere where you cannot copy it. The feature will kick in automatically once you start typing the first few letters of a word.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

"auto completion" should be hyphenated.

As a compound modifier referring to the feature by name, "auto-completion" is the standard form in technical writing.

✏️ Proposed fix
-Cryptomator offers an auto completion feature to make things easier when typing a recovery key.
+Cryptomator offers an auto-completion feature to make things easier when typing a recovery key.
🧰 Tools
🪛 LanguageTool

[grammar] ~172-~172: Use a hyphen to join words.
Context: ...dow. :::note Cryptomator offers an auto completion feature to make things easier...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/desktop/password-and-recovery-key.md` at line 172, Replace the
non-hyphenated phrase "auto completion" with the hyphenated compound modifier
"auto-completion" in the sentence describing the feature (the text containing
"Cryptomator offers an auto completion feature..."), updating any other
occurrences of "auto completion" in the same document to "auto-completion" to
follow standard technical-writing conventions.

:::

<Image src="/img/desktop/recoverykey-recover-enter.png" alt="Autocompletion during recovery key entry" width="512" height="384" />
Expand Down