Skip to content

Commit f7b2a59

Browse files
fix: refer to Bingo as a framework, not an engine (#2200)
## PR Checklist - [x] Addresses an existing open issue: fixes #2199 - [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 🎁
1 parent 70b24e7 commit f7b2a59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/blocks/blockTemplatedWith.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("blockTemplatedWith", () => {
2222
"notices": [
2323
"
2424
<!-- You can remove this notice if you don't want it 🙂 no worries! -->",
25-
"> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo engine](https://create.bingo).
25+
"> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo framework](https://create.bingo).
2626
",
2727
],
2828
},
@@ -47,7 +47,7 @@ describe("blockTemplatedWith", () => {
4747
{
4848
"addons": {
4949
"notices": [
50-
"> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo engine](https://create.bingo).
50+
"> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo framework](https://create.bingo).
5151
",
5252
],
5353
},

Diff for: src/blocks/blockTemplatedWith.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const blockTemplatedWith = base.createBlock({
1313
options.owner !== "JoshuaKGoldberg" &&
1414
`
1515
<!-- You can remove this notice if you don't want it 🙂 no worries! -->`,
16-
`> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo engine](https://create.bingo).
16+
`> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo framework](https://create.bingo).
1717
`,
1818
].filter((notice) => typeof notice === "string"),
1919
}),

0 commit comments

Comments
 (0)