diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-01-29 16:26:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 16:26:37 +0100 |
commit | 98e4f1c0fd0712f25e881cd7822f098bbfcc09ad (patch) | |
tree | 5897c37e9971923357ca87fa86224aed15ccc5ab /zh-cn | |
parent | 7e9c52d4fd63b20feb4004f047e70dd558d388e7 (diff) | |
parent | 7f34c0c699e98b572da79cc62ce2c0d9f651b01d (diff) |
Merge pull request #3815 from Fotia5230/patch-1
[CSS/zh-cn] Fixed typo
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/css-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/css-cn.html.markdown b/zh-cn/css-cn.html.markdown index dc6dcc4f..ec937dfb 100644 --- a/zh-cn/css-cn.html.markdown +++ b/zh-cn/css-cn.html.markdown @@ -132,7 +132,7 @@ div.some-parent.class-name {} font-family: Arial; font-family: "Courier New"; /* 使用双引号包裹含空格的字体名称 */ font-family: "Courier New", Trebuchet, Arial; /* 如果第一个 - 字体没找到,浏览器会使用第二个字体,一次类推 */ + 字体没找到,浏览器会使用第二个字体,以此类推 */ } ``` |