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)