Skip to content

Commit 41d1d7e

Browse files
committed
Update master
1 parent 5c5295d commit 41d1d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/types/typeof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `typeof` operator (together with
44
[`instanceof`](#types.instanceof)) is probably the biggest
5-
design flaw of JavaScript, as it is near of being **completely broken**.
5+
design flaw of JavaScript, as it is nearly **completely broken**.
66

77
Although `instanceof` still has its limited uses, `typeof` really has only one
88
practical use case, which does **not** happen to be checking the type of an

0 commit comments

Comments
 (0)