Skip to content

Fix "uncommited" typo to "uncommitted" in deploy command#3684

Open
J8118 wants to merge 1 commit intoShopify:mainfrom
J8118:fix/typo-uncommited-deploy
Open

Fix "uncommited" typo to "uncommitted" in deploy command#3684
J8118 wants to merge 1 commit intoShopify:mainfrom
J8118:fix/typo-uncommited-deploy

Conversation

@J8118
Copy link
Copy Markdown

@J8118 J8118 commented Apr 10, 2026

Title

Fix "uncommited" typo to "uncommitted" in deploy command

Description

Summary

The word "uncommited" (missing a "t") appears in 3 user-facing strings and 1 local variable name in the hydrogen deploy command. The test file (deploy.test.ts:382) already uses the correct spelling "uncommitted", confirming this is a typo rather than an intentional choice.

Files changed:

  • packages/cli/src/commands/hydrogen/deploy.ts — 3 string fixes + 1 variable rename

Changes:

  • Line 95: 'Forces a deployment to proceed if there are uncommited changes''uncommitted changes'
  • Line 143: 'if there are no uncommited changes.''no uncommitted changes.'
  • Line 253, 275: forceOnUncommitedChangesforceOnUncommittedChanges (local destructured variable)
  • Line 336: 'Deploying uncommited changes''Deploying uncommitted changes'

Note: oclif.manifest.json also contains this typo but is auto-generated from command definitions and will self-correct on next build.

Test plan

  • No behavioral changes — string and local variable rename only
  • The variable forceOnUncommitedChanges is a local destructuring alias (line 253) used only on line 275 — no external API surface affected
  • Existing test at deploy.test.ts:382 already uses "uncommitted" spelling

Fix misspelling in 3 user-facing flag descriptions and 1 local
variable name. The test file (deploy.test.ts:382) already uses
the correct spelling "uncommitted".
@J8118 J8118 requested a review from a team as a code owner April 10, 2026 07:30
@J8118
Copy link
Copy Markdown
Author

J8118 commented Apr 10, 2026

I have signed the CLA!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant