aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA1lo <yin199909@aliyun.com>2021-12-10 16:12:42 +0800
committerGitHub <noreply@github.com>2021-12-10 16:12:42 +0800
commit0124bcebdda4b2792e9e1471dc4179d2e3a6b0a3 (patch)
tree4b4c15cedc9eaed9121ebb54204615a18fc27b17
parentc7886a1d9263457848448cdda1c2646e87ef053f (diff)
downloadtranslated-content-0124bcebdda4b2792e9e1471dc4179d2e3a6b0a3.tar.gz
translated-content-0124bcebdda4b2792e9e1471dc4179d2e3a6b0a3.tar.bz2
translated-content-0124bcebdda4b2792e9e1471dc4179d2e3a6b0a3.zip
Fix typo in Learn/CSS/CSS_layout/Grids, zh-CN (#3293)
-rw-r--r--files/zh-cn/learn/css/css_layout/grids/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/css/css_layout/grids/index.html b/files/zh-cn/learn/css/css_layout/grids/index.html
index 15b54cd485..94e809bbad 100644
--- a/files/zh-cn/learn/css/css_layout/grids/index.html
+++ b/files/zh-cn/learn/css/css_layout/grids/index.html
@@ -41,7 +41,7 @@ translation_of: Learn/CSS/CSS_layout/Grids
<h2 id="什么是网格布局?">什么是网格布局?</h2>
-<p>网格是由一系列水平及垂直的线构成的以一种布局模式。根据网格,我们能够将设计元素进行排列,帮助我们设计一系列具有固定位置以及宽度的元素的页面,使我们的网站页面更加统一。</p>
+<p>网格是由一系列水平及垂直的线构成的一种布局模式。根据网格,我们能够将设计元素进行排列,帮助我们设计一系列具有固定位置以及宽度的元素的页面,使我们的网站页面更加统一。</p>
<p>一个网格通常具有许多的<strong>列(column)</strong>与<strong>行(row)</strong>,以及行与行、列与列之间的间隙,这个间隙一般被称为<strong>沟槽(gutter)</strong>。</p>