We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a633642 + 8407e77 commit e6c9e21Copy full SHA for e6c9e21
1-js/02-first-steps/05-types/article.md
@@ -191,7 +191,7 @@ It supports two forms of syntax:
191
1. As an operator: `typeof x`.
192
2. Function style: `typeof(x)`.
193
194
-In other words, it works both with the brackets or without them. The result is the same.
+In other words, it works both with parentheses or without them. The result is the same.
195
196
The call to `typeof x` returns a string with the type name:
197
0 commit comments