fix: typos in messages, JSDoc, and inline comments#1280
Open
ZLeventer wants to merge 1 commit into
Open
Conversation
- envVars.md: "configration" -> "configuration" (x2, sfdxDisableTelemetry + sfDisableTelemetry) - envVars.md: "CLIcommands" -> "CLI commands" (sfCodeCoverageRequirement) - sfError.ts: "compatability" -> "compatibility" in backwards-compat comment - sfError.ts: "he underlying error" -> "the underlying error" in JSDoc - scratchOrgInfoApi.ts: "hun org" -> "hub org" in JSDoc param - org.ts: "usersname" -> "username" in inline comment - org.ts: "sanbox" -> "sandbox" in JSDoc param - authInfo.ts: "URls" -> "URLs" in inline comment - user.ts: "Concatinating" -> "Concatenating" in comment - myDomainResolver.ts: "dns loookup" -> "dns lookup" in JSDoc - testSetup.ts: "setTimout" -> "setTimeout" in JSDoc
jshackell-sfdc
approved these changes
Apr 27, 2026
Contributor
jshackell-sfdc
left a comment
There was a problem hiding this comment.
approve markdown changes only
Author
|
Thanks for the review! Looks like the CI checks haven't run yet — could someone trigger them when you get a chance? |
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
11 typos across
messages/envVars.mdand source files insrc/:Messages (user-visible)
envVars.md: "configration" → "configuration" — appears insfdxDisableTelemetryandsfDisableTelemetrydescriptionsenvVars.md: "CLIcommands" → "CLI commands" — missing space insfCodeCoverageRequirementdescriptionJSDoc / comments
sfError.ts:69: "compatability" → "compatibility"sfError.ts:79: "he underlying error" → "the underlying error" (missing "t")scratchOrgInfoApi.ts:45: "hun org" → "hub org" in@param hubOrgLoginUrlJSDocorg.ts:678: "usersname" → "username" in inline commentorg.ts:1308: "sanbox" → "sandbox" in@paramJSDocauthInfo.ts:1055: "URls" → "URLs" in inline commentuser.ts:247: "Concatinating" → "Concatenating" in commentmyDomainResolver.ts:74: "dns loookup" → "dns lookup" (triple-o) in JSDoctestSetup.ts:872: "setTimout" → "setTimeout" in JSDocTest plan
yarn buildpasses