diff --git a/cspell.json b/cspell.json index e9be01358..7c19f8259 100644 --- a/cspell.json +++ b/cspell.json @@ -148,7 +148,6 @@ "textareas", "textfield", "tinycolor", - "TLDR", "transitionend", "treeitem", "Triaging", diff --git a/scripts/make-icons.js b/scripts/make-icons.js index f43dc41aa..e7312c4be 100644 --- a/scripts/make-icons.js +++ b/scripts/make-icons.js @@ -23,7 +23,7 @@ const url = `https://github.com/twbs/icons/archive/v${version}.zip`; try { await fs.stat(`${srcPath}/LICENSE.md`); } catch { - // Download the source from GitHub (since not everything is published to NPM) + // Download the source from GitHub (since not everything is published to npm) await download(url, './.cache/icons', { extract: true }); }