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