Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit dbf4dce

Browse files
committed
fix typo in initial commit
1 parent 6fda647 commit dbf4dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function initGit(options) {
9292
cwd: options.targetDirectory,
9393
});
9494

95-
await execa("git", ["commit", "-m", "Inital commit from Create DJS App"], {
95+
await execa("git", ["commit", "-m", "Initial commit from Create DJS App"], {
9696
cwd: options.targetDirectory,
9797
});
9898

0 commit comments

Comments
 (0)