-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
bug: confirmedBugs that were confirmed in triage.Bugs that were confirmed in triage.cat: maintenanceIssues and PRs related to the maintenance of a module.Issues and PRs related to the maintenance of a module.priority: mediumIssues and PRs that should be resolved soon.Issues and PRs that should be resolved soon.status: needs-helpIssues and PRs that require volunteer assistance to proceed.Issues and PRs that require volunteer assistance to proceed.type: fixIssues and PRs related to bugs.Issues and PRs related to bugs.version: patchIssues and PRs with bug fixes belonging to the next patch release.Issues and PRs with bug fixes belonging to the next patch release.
Description
A very minor issue I just noticed:
I used "In the meantime" in some text and got warned: '"Meanwhile" is the preferred form'. So, I changed it to "In the meanwhile" but then I get '"in the meantime" is the preferred form'.
Here's a simple test file:
Yes.
In the meanwhile, something happened.
That's OK.
In the meantime, something else happened.
Running proselint says:
proselint test.md
test.md:2:1: garner.preferred_forms 'in the meantime' is the preferred form.
test.md:5:8: garner.preferred_forms 'Meanwhile,' is the preferred form.
I guess if it's "in the meantime", the "Meanwhile" check should not run, but I'm not sure how proselint implements the checks and whether this is possible.
Metadata
Metadata
Assignees
Labels
bug: confirmedBugs that were confirmed in triage.Bugs that were confirmed in triage.cat: maintenanceIssues and PRs related to the maintenance of a module.Issues and PRs related to the maintenance of a module.priority: mediumIssues and PRs that should be resolved soon.Issues and PRs that should be resolved soon.status: needs-helpIssues and PRs that require volunteer assistance to proceed.Issues and PRs that require volunteer assistance to proceed.type: fixIssues and PRs related to bugs.Issues and PRs related to bugs.version: patchIssues and PRs with bug fixes belonging to the next patch release.Issues and PRs with bug fixes belonging to the next patch release.