From 24d132bd738e4cdd4107976ac3d6ac845a01c210 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sun, 14 Apr 2019 15:53:33 +1000 Subject: [PATCH] Minor grammatical typo fix "rare mathematical __or hieroglyphic__ characters" makes a little more sense than "rare mathematical __of hieroglyphs__ characters" --- 1-js/05-data-types/03-string/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/03-string/article.md b/1-js/05-data-types/03-string/article.md index b8a8ac73..e748d65f 100644 --- a/1-js/05-data-types/03-string/article.md +++ b/1-js/05-data-types/03-string/article.md @@ -551,7 +551,7 @@ This method actually has two additional arguments specified in [the documentatio ## Internals, Unicode ```warn header="Advanced knowledge" -The section goes deeper into string internals. This knowledge will be useful for you if you plan to deal with emoji, rare mathematical of hieroglyphs characters or other rare symbols. +The section goes deeper into string internals. This knowledge will be useful for you if you plan to deal with emoji, rare mathematical or hieroglyphic characters or other rare symbols. You can skip the section if you don't plan to support them. ```