Skip to content

Commit

Permalink
chore: correct base repository description
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 31, 2024
1 parent 7133dcc commit 6eb23e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/next/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const base = createBase({
.describe("AllContributors contributors to store in .all-contributorsrc"),
description: z
.string()
.describe("sentence case description of the repository"),
.describe("'Sentence case.' description of the repository"),
directory: z.string(),
documentation: z
.string()
Expand Down Expand Up @@ -123,7 +123,7 @@ export const base = createBase({
.describe("additional properties to include in `package.json`"),
repository: z
.string()
.describe("'Sentence case.' description of the repository"),
.describe("'kebab-case' or 'PascalCase' title of the repository"),
title: z.string().describe("'Title Case' title for the repository"),
usage: z
.string()
Expand Down

0 comments on commit 6eb23e3

Please sign in to comment.