aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html')
-rw-r--r--files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html b/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html
index 6f585f94f7..ea9db422df 100644
--- a/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html
+++ b/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html
@@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/unicode
<h2 id="Примеры">Примеры</h2>
-<h3 id="Испльзование_свойства_unicode">Испльзование свойства <code>unicode</code></h3>
+<h3 id="Использование_свойства_unicode">Использование свойства <code>unicode</code></h3>
<pre class="brush: js">var regex = new RegExp('\u{61}', 'u');