aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/order/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/order/index.html')
-rw-r--r--files/ru/web/css/order/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/order/index.html b/files/ru/web/css/order/index.html
index a9265b81c8..783af7d5b6 100644
--- a/files/ru/web/css/order/index.html
+++ b/files/ru/web/css/order/index.html
@@ -55,7 +55,7 @@ order: unset;</pre>
&lt;/main&gt;
&lt;footer&gt;...&lt;/footer&gt;</pre>
-<p>Следующий CSS код должен создать классический блок контента окруженный боковыми панелями. Flexible Box Layout Module автоматически создаёт блоки одинаковой высоты и максимально допустимой ширины.</p>
+<p>Следующий CSS код должен создать классический блок контента окружённый боковыми панелями. Flexible Box Layout Module автоматически создаёт блоки одинаковой высоты и максимально допустимой ширины.</p>
<pre class="brush:css;">main { display: flex; text-align:center; }
main &gt; article { flex:1; order: 2; }