From 57e0abae4196d5e89486fa87171e12dd14f78584 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 18 Mar 2021 02:37:24 +0300 Subject: Fix various typos (#203) * Fix various typos * Auto fixes * Apply suggestions from code review Co-authored-by: Artem Shibakov * Apply suggestions from code review Co-authored-by: Artem Shibakov Co-authored-by: Artem Shibakov --- files/ru/web/css/border-radius/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/css/border-radius') diff --git a/files/ru/web/css/border-radius/index.html b/files/ru/web/css/border-radius/index.html index 263d4887c5..3a597a4b3b 100644 --- a/files/ru/web/css/border-radius/index.html +++ b/files/ru/web/css/border-radius/index.html @@ -127,7 +127,7 @@ border-bottom-left-radius: 1em 5em;
border-radius: 4px 3px 6px / 2px 4px;
 
-/* ... эквивалетно этому: */
+/* ... эквивалентно этому: */
 border-top-left-radius:     4px 2px;
 border-top-right-radius:    3px 4px;
 border-bottom-right-radius: 6px 2px;
-- 
cgit v1.2.3-54-g00ecf