File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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:
10891089 configuring data
10901090* they specify how to handle trees and files
10911091
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
10931093processor ( ` this ` ).
10941094
10951095> 👉 **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
3737
3838if ( file === result ) {
3939 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?'
4141 )
4242} else {
4343 await fs . writeFile ( url , result )
You can’t perform that action at this time.
0 commit comments