From 100316f2f54500ba714391b4f6940e96bd246b77 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 18 Mar 2021 20:11:37 +0300 Subject: Remove redundant RTL direction in Russian translation (#216) --- files/ru/web/api/document/dir/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/document') diff --git a/files/ru/web/api/document/dir/index.html b/files/ru/web/api/document/dir/index.html index adfe8dfa7b..10640611ab 100644 --- a/files/ru/web/api/document/dir/index.html +++ b/files/ru/web/api/document/dir/index.html @@ -22,7 +22,7 @@ translation_of: Web/API/Document/dir

Синтаксис

-
dirStr = document.dir;
+
dirStr = document.dir;
 document.dir = dirStr;

Спецификации

-- cgit v1.2.3-54-g00ecf