From 8407e7726e5c0e979f10d87ca84ab68a252949d8 Mon Sep 17 00:00:00 2001 From: Luis Gustavo Nardin Date: Thu, 28 Sep 2017 15:17:28 +0200 Subject: [PATCH] Update article.md --- 1-js/02-first-steps/05-types/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/05-types/article.md b/1-js/02-first-steps/05-types/article.md index 3e2de60a..32252213 100644 --- a/1-js/02-first-steps/05-types/article.md +++ b/1-js/02-first-steps/05-types/article.md @@ -191,7 +191,7 @@ It supports two forms of syntax: 1. As an operator: `typeof x`. 2. Function style: `typeof(x)`. -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. The call to `typeof x` returns a string with the type name: