docs: fix corrupted phrase in completion-detection feature bullet#129
Open
dormouse-bot wants to merge 1 commit into
Open
docs: fix corrupted phrase in completion-detection feature bullet#129dormouse-bot wants to merge 1 commit into
dormouse-bot wants to merge 1 commit into
Conversation
The README's 'Automatic completion detection' bullet contained an in-flight phrase with garbage characters (.,mn,.mn.,mn) and a missing sentence break, introduced in a286679 and flagged in that commit's message as needing a follow-up edit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying mouseterm with
|
| Latest commit: |
a67d5be
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f4bef3fe.mouseterm.pages.dev |
| Branch Preview URL: | https://fix-readme-completion-detect.mouseterm.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a corrupted phrase in the "Automatic completion detection" feature bullet in the README. The text read:
The garbage characters (
.,mn,.mn.,mn) and the missing sentence break were introduced in a286679 ("Rework homepage marketing"). That commit's own message flagged it: "README.md line 11 has an in-flight phrase that may need a follow-up edit" — this is that follow-up.I dropped the dangling
with standard terminal …fragment rather than guessing the intended object, keeping the author's lead-in sentence intact and grammatical:If you'd intended the fragment to mention the escape-code path (the codebase supports
BEL/OSC 9/OSC 99/OSC 777, and the canonicalHome.mdcopy says "Also supports BEL and OSC 9/99/777"), feel free to reword to e.g. "…with standard terminal notifications." — I kept the change minimal rather than author new marketing copy.No test is included: this is a documentation-only change.