Skip to content

Commit 6c6a332

Browse files
committed
Spellcheck
1 parent 75ec1f7 commit 6c6a332

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"softlines",
285285
"Sorin",
286286
"Sosuke",
287+
"sosukesuzuki",
287288
"Spampinato",
288289
"speculationrules",
289290
"srcset",

scripts/release/steps/bump-prettier.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default async function bumpPrettier(params) {
4747

4848
await logPromise(
4949
"Installing Prettier",
50-
// TODO[@fisker,@sosukesuzuki]: Remove this if `yarn up ...` works
50+
// TODO: Remove this if `yarn up ...` works
5151
// runYarn(["add", "--dev", `prettier@${version}`]),
5252
runYarn(["up", `prettier@${version}`]),
5353
);

0 commit comments

Comments
 (0)