aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/tutorial/basic_shapes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/svg/tutorial/basic_shapes/index.html')
-rw-r--r--files/ru/web/svg/tutorial/basic_shapes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/svg/tutorial/basic_shapes/index.html b/files/ru/web/svg/tutorial/basic_shapes/index.html
index 1af60608af..6941dc5257 100644
--- a/files/ru/web/svg/tutorial/basic_shapes/index.html
+++ b/files/ru/web/svg/tutorial/basic_shapes/index.html
@@ -94,7 +94,7 @@ original_slug: Web/SVG/Tutorial/Основные_Фигуры
<h3 id="Line" name="Line">Линия</h3>
-<p><a href="/en-US/Web/SVG/Element/line" title="en-US/Web/SVG/Element/line">Line</a> изображает простую прямую линию. Её атрибутами являются две точки, которые определяют начальную и конечне точки линии.</p>
+<p><a href="/en-US/Web/SVG/Element/line" title="en-US/Web/SVG/Element/line">Line</a> изображает простую прямую линию. Её атрибутами являются две точки, которые определяют начальную и конечную точки линии.</p>
<pre class="brush:xml;gutter:false;">&lt;line x1="10" x2="50" y1="110" y2="150"/&gt;</pre>