Skip to content

Commit afb704a

Browse files
Fix some typos
Closes GH-225 Reviewed-by: Remco Haszing <remcohaszing@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent baf80b2 commit afb704a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff 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
10931093
processor (`this`).
10941094
10951095
> 👉 **Note**: plugins are called when the processor is *frozen*, not when they

script/fix-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const result = file
3737

3838
if (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)

0 commit comments

Comments
 (0)