Skip to content

Commit ffb4f6b

Browse files
feat: drop 'A' in description (JoshuaKGoldberg#740)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes JoshuaKGoldberg#738 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> Removed 'A' character from different files containing the description.
1 parent aa06bd9 commit ffb4f6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Create TypeScript App</h1>
22

3-
<p align="center">A quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨</p>
3+
<p align="center">Quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨</p>
44

55
<p align="center">
66
<a href="#contributors" target="_blank">

Diff for: docs/Options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npx create-typescript-app --base everything --create-repository --mode create
3232

3333
These required options determine the options that will be substituted into the template's files:
3434

35-
- `--description` _(`string`)_: Sentence case description of the repository (e.g. `A quickstart-friendly TypeScript package with lots of great repository tooling. ✨`)
35+
- `--description` _(`string`)_: Sentence case description of the repository (e.g. `Quickstart-friendly TypeScript package with lots of great repository tooling. ✨`)
3636
- `--owner` _(`string`)_: GitHub organization or user the repository is underneath (e.g. `JoshuaKGoldberg`)
3737
- `--repository` _(`string`)_: The kebab-case name of the repository (e.g. `create-typescript-app`)
3838
- `--title` _(`string`)_: Title Case title for the repository to be used in documentation (e.g. `Create TypeScript App`)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-typescript-app",
33
"version": "1.29.16",
4-
"description": "A quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨",
4+
"description": "Quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/JoshuaKGoldberg/create-typescript-app"

0 commit comments

Comments
 (0)