From f8ef37f6a4e41cdffc0b6786b6a9dd1bc3983c82 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 30 Apr 2019 22:53:08 +0300 Subject: [PATCH] 21-regexp-unicode-properties: fix title --- 9-regular-expressions/21-regexp-unicode-properties/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9-regular-expressions/21-regexp-unicode-properties/article.md b/9-regular-expressions/21-regexp-unicode-properties/article.md index eac9bfbc..c1191482 100644 --- a/9-regular-expressions/21-regexp-unicode-properties/article.md +++ b/9-regular-expressions/21-regexp-unicode-properties/article.md @@ -1,5 +1,5 @@ -# Unicode character properies \p +# Unicode character properties \p [Unicode](https://en.wikipedia.org/wiki/Unicode), the encoding format used by JavaScript strings, has a lot of properties for different characters (or, technically, code points). They describe which "categories" character belongs to, and a variety of technical details.