Skip to content

Commit 1bd1a77

Browse files
author
ppytlarczyk
committed
fixed typo
1 parent 11dd08b commit 1bd1a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-operator/type-operator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Utility Types
55
* ------------------
66
*
7-
* Goal: Now we can add wrong value types as parameter to the function. Let's fix it by using on of the type operators.
7+
* Goal: Now we can add wrong value types as parameter to the function. Let's fix it by using one of the type operators.
88
*
99
* Hint: https://www.typescriptlang.org/docs/handbook/2/keyof-types.html
1010
*/

0 commit comments

Comments
 (0)