diff --git a/src/cli.ts b/src/cli.ts index f0679ce5..f762b0e3 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -58,7 +58,7 @@ async function main(): Promise { console.log('*️⃣ Welcome to the Sourcegraph npm package initializer') if (!(await exists('.git'))) { - console.log('📘 .git directory not found, initilizing git repository') + console.log('📘 .git directory not found, initializing git repository') await exec('git', ['init']) }