Skip to content

Commit cc65cfb

Browse files
committed
Merge pull request BonsaiDen#138 from evangoer/patch-1
Update master
2 parents a43e160 + 41d1d7e commit cc65cfb

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)