Skip to content

fix: Fix typo in lang file #1474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const commands = {
},
success: {
moduleDownloaded: (moduleName, path) =>
`"${moduleName}" succesfully downloaded to "${path}"`,
`"${moduleName}" successfully downloaded to "${path}"`,
},
errors: {
pathExists: path => `Folder already exists at "${path}"`,
Expand Down Expand Up @@ -3247,7 +3247,7 @@ export const lib = {
instructions: (accountName, url) =>
`To update CLI permissions for "${accountName}": \n- Go to ${url}, deactivate the existing personal access key, and create a new one that includes developer sandbox permissions. \n- Update the CLI config for this account by running ${chalk.bold('hs auth')} and entering the new key.\n`,
},
generic: 'An error occured while creating a developer sandbox',
generic: 'An error occurred while creating a developer sandbox',
},
},
standard: {
Expand Down Expand Up @@ -3398,7 +3398,7 @@ export const lib = {
port: {
inUse: port => `Port ${port} is in use`,
inUseSecondary: command =>
`Make sure it is available if before running ${command}`,
`Make sure it is available before running ${command}`,
available: port => `Port ${port} available for local development`,
},
diagnosis: {
Expand Down