Skip to content

Commit 6eb23e3

Browse files
chore: correct base repository description
1 parent 7133dcc commit 6eb23e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/next/base.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const base = createBase({
4949
.describe("AllContributors contributors to store in .all-contributorsrc"),
5050
description: z
5151
.string()
52-
.describe("sentence case description of the repository"),
52+
.describe("'Sentence case.' description of the repository"),
5353
directory: z.string(),
5454
documentation: z
5555
.string()
@@ -123,7 +123,7 @@ export const base = createBase({
123123
.describe("additional properties to include in `package.json`"),
124124
repository: z
125125
.string()
126-
.describe("'Sentence case.' description of the repository"),
126+
.describe("'kebab-case' or 'PascalCase' title of the repository"),
127127
title: z.string().describe("'Title Case' title for the repository"),
128128
usage: z
129129
.string()

0 commit comments

Comments
 (0)