Commit afb704a 1 parent baf80b2 commit afb704a Copy full SHA for afb704a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ Plugins configure the processors they are applied on in the following ways:
1089
1089
configuring data
1090
1090
* they specify how to handle trees and files
1091
1091
1092
- In practise , they are functions that can receive options and configure the
1092
+ In practice , they are functions that can receive options and configure the
1093
1093
processor ( ` this ` ).
1094
1094
1095
1095
> 👉 **Note**: plugins are called when the processor is *frozen*, not when they
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const result = file
37
37
38
38
if ( file === result ) {
39
39
console . error (
40
- 'Could not fix `lib/index.d.ts`, was `tsc` fixed somewhow ? Or were changes already applied?'
40
+ 'Could not fix `lib/index.d.ts`, was `tsc` fixed somehow ? Or were changes already applied?'
41
41
)
42
42
} else {
43
43
await fs . writeFile ( url , result )
You can’t perform that action at this time.
0 commit comments