We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5295d commit 41d1d7eCopy full SHA for 41d1d7e
doc/en/types/typeof.md
@@ -2,7 +2,7 @@
2
3
The `typeof` operator (together with
4
[`instanceof`](#types.instanceof)) is probably the biggest
5
-design flaw of JavaScript, as it is near of being **completely broken**.
+design flaw of JavaScript, as it is nearly **completely broken**.
6
7
Although `instanceof` still has its limited uses, `typeof` really has only one
8
practical use case, which does **not** happen to be checking the type of an
0 commit comments