Skip to content

Commit 1a7b0a0

Browse files
authored
docs: fixing small typo around initialize (#1672)
<!-- 👋 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 - [ ] Addresses an existing open issue: fixes #000 - [ ] 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) - [ ] 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. --> Just a simple typo fix in the docs :)
1 parent eb80e73 commit 1a7b0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These required options determine how the creation script will set up and scaffol
1919
- `prompt`: Fine-grained control over which tooling pieces to use
2020
- `--mode`: Whether to:
2121
- `create` a new repository in a child directory
22-
- `initialize` a freshly repository in the current directory
22+
- `initialize` a newly created repository in the current directory
2323
- `migrate` an existing repository in the current directory
2424

2525
For example, scaffolding a full new repository under the current directory and also linking it to a new repository on github.com:

0 commit comments

Comments
 (0)