diff --git a/src/handlers/init.ts b/src/handlers/init.ts index cc93f2d..8d01f4b 100644 --- a/src/handlers/init.ts +++ b/src/handlers/init.ts @@ -27,7 +27,7 @@ import { EXIT_ERROR } from '../lib/constants'; const git = simpleGit(); /** - * Handler for the initalization command. + * Handler for the initialization command. * * @param name name of the project being initialized. * @param targetDirectory relative path to the directory in which the project must be initialized. @@ -154,7 +154,7 @@ export default function init(progress: InstanceType) { // Remove the .git directory, as this is a starter kit. This step // should happen after dependencies are installed, and init scripts are - // executed, otherwise git-reliant dev deps in the starter may eror out. + // executed, otherwise git-reliant dev deps in the starter may error out. await fs.rmdir(join(target, '.git'), { recursive: true }); progress.tick(10, {