Skip to content

Commit 44072bd

Browse files
Update concepts/type-checking/about.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 2c0358c commit 44072bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/type-checking/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For better type safety and stronger types, you should probably use TypeScript, a
1212

1313
## The `typeof` operator
1414

15-
The `typeof` operator returns the type of its input.
15+
The `typeof` operator returns the type of its operand.
1616
The output is a string matching the name of one of the [primitive data types][primitives], except for `"null"`.
1717
It can also be `"function"` or `"object"`.
1818

0 commit comments

Comments
 (0)