fix: typos and grammar errors in messages and source comments#1547
Open
ZLeventer wants to merge 1 commit intosalesforcecli:mainfrom
Open
fix: typos and grammar errors in messages and source comments#1547ZLeventer wants to merge 1 commit intosalesforcecli:mainfrom
ZLeventer wants to merge 1 commit intosalesforcecli:mainfrom
Conversation
- delete.source.md, deploy.metadata.md, deploy.metadata.validate.md: "class and triggers individually" → "class and trigger" — the RunRelevantTests paragraph had "triggers" while the RunSpecifiedTests paragraph just above it (and Salesforce documentation) uses singular "trigger" - deploy.metadata.cancel.md: "most recent deploy operations was" → "operation was" - deploy.metadata.quick.md, deploy.metadata.validate.md: "production org take several hours" → "takes" - list.ignored.md: "foreceignored" → "forceignored" - retrieve.start.md: "The path relative you provided" → "The relative path you provided" - output.ts: "Sorts file responds" → "Sorts file responses" - coverage.ts: "total line" → "total lines" (2x) in JSDoc - deploy.ts: "If this's not resolve" → "If resolution fails" (garbled comment)
jshackell-sfdc
approved these changes
Apr 24, 2026
Contributor
|
Thank you! Sheepishly, your CLI writer :) |
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.
Summary
Fixes 11 typos and grammar errors in CLI help text and source comments:
Messages (user-visible CLI help text)
delete.source.md,deploy.metadata.md,deploy.metadata.validate.md: The RunRelevantTests paragraph says "computed for each class and triggers individually" — inconsistent with the RunSpecifiedTests paragraph just above it (and Salesforce documentation), which correctly uses the singular "trigger"deploy.metadata.cancel.md: "most recent deploy operations was" → "operation was"deploy.metadata.quick.md,deploy.metadata.validate.md: "production org take several hours" → "takes"list.ignored.md: "foreceignored" → "forceignored"retrieve.start.md: "The path relative you provided" → "The relative path you provided"Source comments
output.ts:29: "Sorts file responds" → "Sorts file responses" (JSDoc)coverage.ts:126: "total line for which...total uncovered line" → "total lines...total uncovered lines" (JSDoc)deploy.ts:310: "If this's not resolve" → "If resolution fails" (garbled catch-block comment)Test plan
yarn buildpasses