diff --git a/modules/checkout/help.ts b/modules/checkout/help.ts index b76f429..26d56d4 100644 --- a/modules/checkout/help.ts +++ b/modules/checkout/help.ts @@ -2,7 +2,7 @@ import "colors"; export const cmd = "checkout "; export const description = [ - "checkout a new branch localy or from remote with tracking.", + "checkout a new branch locally or from remote with tracking.", ]; export const help = (DEV: string) => ({ diff --git a/modules/clean/help.ts b/modules/clean/help.ts index 524117e..a371b0f 100644 --- a/modules/clean/help.ts +++ b/modules/clean/help.ts @@ -13,7 +13,7 @@ export const help = (DEV: string) => ({ { cmd: "clean", description: - "interactively selecte and delete branches that are already merged", + "interactively select and delete branches that are already merged", }, ], }); diff --git a/modules/clone/help.ts b/modules/clone/help.ts index 8fc755b..9741720 100644 --- a/modules/clone/help.ts +++ b/modules/clone/help.ts @@ -53,7 +53,7 @@ export const help = (DEV: string) => ({ { key: "clone.ssh", description: - `If dev is needs craft the remote url via ${"ssh".green} when a short format repo (example: amir-s/dev) is provided. If set to false, it'll use ${"https".green}.`, + `If dev needs to craft the remote url via ${"ssh".green} when a short format repo (example: amir-s/dev) is provided. If set to false, it'll use ${"https".green}.`, def: "true", }, ], diff --git a/modules/config/help.ts b/modules/config/help.ts index e1d243e..217a15e 100644 --- a/modules/config/help.ts +++ b/modules/config/help.ts @@ -6,7 +6,7 @@ export const description = "set or read a configuration value"; export const help = (DEV: string) => ({ description: [ `set overrides for the configuration of ${DEV.green} via ${"config".green}.`, - `The configuration files lives in ${"~/.dev.config.json".green}.`, + `The configuration file lives in ${"~/.dev.config.json".green}.`, ], commands: [ { diff --git a/modules/up/help.ts b/modules/up/help.ts index c0e70f7..11f2dc3 100644 --- a/modules/up/help.ts +++ b/modules/up/help.ts @@ -1,5 +1,5 @@ export const cmd = "up"; -export const description = "install depedencies for the current project"; +export const description = "install dependencies for the current project"; export const help = () => ({ description: [