From 4695216c7929065a96a5151f34b668a1a78ae95d Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Fri, 15 Apr 2022 08:05:45 +0300 Subject: [PATCH] minor fixes --- 1-js/04-object-basics/08-symbol/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/04-object-basics/08-symbol/article.md b/1-js/04-object-basics/08-symbol/article.md index a1a1e792..dcf5c952 100644 --- a/1-js/04-object-basics/08-symbol/article.md +++ b/1-js/04-object-basics/08-symbol/article.md @@ -10,7 +10,7 @@ Otherwise, if one uses another type, such as number, it's autoconverted to strin Till now we've been using only strings. -Now let's explore symbols, see what they can do good for us. +Now let's explore symbols, see what they can do for us. ## Symbols