Skip to content

Commit

Permalink
minor spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 15, 2023
1 parent baf80b2 commit e7fc78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/fix-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7fc78b

Please sign in to comment.