aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/border-radius/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/border-radius/index.html')
-rw-r--r--files/ru/web/css/border-radius/index.html2
1 files changed, 1 insertions, 1 deletions
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;
<pre class="brush: css no-line-numbers">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;