Skip to content

Commit 2e66d6c

Browse files
chore: fix git initialization prompt message (grammar) (#155)
1 parent 58677cc commit 2e66d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sern/cli",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Official CLI for @sern/handler",
55
"exports": "./dist/index.js",
66
"bin": {

src/prompts/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const npmInit: PromptObject = {
4949
export const gitInit: PromptObject = {
5050
name: 'gitinit',
5151
type: 'confirm',
52-
message: `Do you want to ${blueBright('me')} to initialize git?`,
52+
message: `Do you want ${blueBright('me')} to initialize git?`,
5353
initial: true,
5454
};
5555

0 commit comments

Comments
 (0)