Skip to content

Commit 83cf1c1

Browse files
authored
Update index.ts (#1626)
1 parent 96cc8e1 commit 83cf1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/commands/init/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ export const initFlags = {
150150

151151
tag: Flags.string({
152152
aliases: ["t"],
153-
description: "Tag must be used in conjuction with --git",
153+
description: "Tag must be used in conjunction with --git",
154154
required: false,
155155
}),
156156

157157
branch: Flags.string({
158158
aliases: ["b"],
159-
description: "Branch must be used in conjuction with --git",
159+
description: "Branch must be used in conjunction with --git",
160160
default: "main",
161161
required: false,
162162
}),

0 commit comments

Comments
 (0)