Skip to content

Commit 1642f7a

Browse files
Update Utility Types.md
1 parent 2961ad1 commit 1642f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Utility Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const obj2: Required<Props> = { a: 5 }; // Error: property 'b' missing
221221

222222
# `ThisType<T>`
223223

224-
This utility does not return a transformed type. Instead, it serves a marker for a contextual `this` type. Note that the `--noImplicitThis` flag must be enabled to use this utility.
224+
This utility does not return a transformed type. Instead, it serves as a marker for a contextual `this` type. Note that the `--noImplicitThis` flag must be enabled to use this utility.
225225

226226
##### Example
227227

0 commit comments

Comments
 (0)