Skip to content

Commit 8d04d0d

Browse files
committed
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

+1-1
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)