Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d04d0d

Browse files
committedDec 13, 2021
minor fixes
1 parent 98d590b commit 8d04d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ To put it clear: `typeof` is an operator, not a function. The parentheses here a
254254

255255
Usually, such parentheses contain a mathematical expression, such as `(2 + 2)`, but here they contain only one argument `(x)`. Syntactically, they allow to avoid a space between the `typeof` operator and its argument, and some people like it.
256256

257-
So, some people prefer `typeof(x)`, although the `typeof x` syntax is much more common.
257+
Some people prefer `typeof(x)`, although the `typeof x` syntax is much more common.
258258
```
259259
260260
## Summary

0 commit comments

Comments
 (0)
Please sign in to comment.