Fixed grammatical error of auto completion feature note#121
Fixed grammatical error of auto completion feature note#1215atoshiNakamoto wants to merge 1 commit intocryptomator:developfrom
Conversation
WalkthroughThis change corrects grammar in the password and recovery key documentation file. Two instances of the phrase "stored it somewhere where you cannot copy it" are corrected to "stored somewhere where you cannot copy it" by removing the pronoun "it." The fixes appear in two separate notes within the documentation. No functional or behavioral changes are introduced. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/desktop/password-and-recovery-key.md`:
- 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.
|
|
||
| :::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. |
There was a problem hiding this comment.
"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.
No description provided.