chore: update singular/plural forms for word "task"#7448
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects grammatical inconsistencies in the singular/plural forms of the word "task" throughout the codebase. The changes ensure that when referring to a single task, the singular form is used consistently, while plural references remain appropriately plural.
Key changes:
- Corrected "tasks(s)" to "task(s)" in dry-run flag descriptions across multiple files
- Updated "Edit a tasks" to "Edit a task" for the task edit command
- Changed contextual references like "run a tasks" to "run a task" and "configured on a tasks" to "configured on a task"
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| xtasks/fig/src/mise.ts | Updated TypeScript autocomplete spec with corrected task descriptions for dry-run and edit commands |
| src/cli/watch.rs | Fixed comment and doc comment references from "tasks(s)" to "task(s)" |
| src/cli/tasks/edit.rs | Corrected all documentation strings for the edit command from plural "tasks" to singular "task" |
| src/cli/run.rs | Updated documentation comments for consistency in singular task references |
| mise.usage.kdl | Fixed help text and descriptions across run, tasks edit, and watch commands |
| man/man1/mise.1 | Updated man page documentation with corrected singular/plural forms |
| docs/tasks/toml-tasks.md | Fixed comment in example from "Select a tasks" to "Select a task" |
| docs/mise.usage.kdl | Corrected help text for run and tasks commands |
| docs/cli/tasks/run.md | Updated documentation with consistent task terminology |
| docs/cli/tasks/edit.md | Fixed all references in edit command documentation |
| docs/cli/run.md | Updated run command documentation with corrected forms |
| .cursor/rules/create-tasks.mdc | Changed "tasks list" to "task list" in rule description |
| .claude/commands/create-tasks.md | Changed "tasks list" to "task list" in command description |
All changes are grammatically correct and improve consistency across the codebase. No issues were found with the modifications made in this PR.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.