From e7fc78bc07a041294c46a71f62336d332cc334c8 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Mon, 14 Aug 2023 20:46:11 -0700 Subject: [PATCH] minor spelling fixes --- readme.md | 2 +- script/fix-types.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9cce5d71..034a504d 100644 --- a/readme.md +++ b/readme.md @@ -1089,7 +1089,7 @@ Plugins configure the processors they are applied on in the following ways: configuring data * they specify how to handle trees and files -In practise, they are functions that can receive options and configure the +In practice, they are functions that can receive options and configure the processor (`this`). > 👉 **Note**: plugins are called when the processor is *frozen*, not when they diff --git a/script/fix-types.js b/script/fix-types.js index 7495341f..905cfe8f 100644 --- a/script/fix-types.js +++ b/script/fix-types.js @@ -37,7 +37,7 @@ const result = file if (file === result) { console.error( - 'Could not fix `lib/index.d.ts`, was `tsc` fixed somewhow? Or were changes already applied?' + 'Could not fix `lib/index.d.ts`, was `tsc` fixed somehow? Or were changes already applied?' ) } else { await fs.writeFile(url, result)