Skip to content

Commit e6c9e21

Browse files
authored
Merge pull request #225 from gnardin/patch-1
Update article.md
2 parents a633642 + 8407e77 commit e6c9e21

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
@@ -191,7 +191,7 @@ It supports two forms of syntax:
191191
1. As an operator: `typeof x`.
192192
2. Function style: `typeof(x)`.
193193

194-
In other words, it works both with the brackets or without them. The result is the same.
194+
In other words, it works both with parentheses or without them. The result is the same.
195195

196196
The call to `typeof x` returns a string with the type name:
197197

0 commit comments

Comments
 (0)