aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-01-10 03:15:09 -0500
committerGitHub <noreply@github.com>2022-01-10 16:15:09 +0800
commitdeeaf8b4835107195358fd36b7bebac62bdb5807 (patch)
tree8c1e8fa1b4c7bf084ef7273c43543d44e3418c8a
parent8c40f90dffee8d1743a15081ba87b759a4720cd6 (diff)
downloadtranslated-content-deeaf8b4835107195358fd36b7bebac62bdb5807.tar.gz
translated-content-deeaf8b4835107195358fd36b7bebac62bdb5807.tar.bz2
translated-content-deeaf8b4835107195358fd36b7bebac62bdb5807.zip
Fix missed typo (#3575)
-rw-r--r--files/zh-cn/learn/html/introduction_to_html/advanced_text_formatting/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/html/introduction_to_html/advanced_text_formatting/index.html b/files/zh-cn/learn/html/introduction_to_html/advanced_text_formatting/index.html
index 87cfd2d4ee..841524b967 100644
--- a/files/zh-cn/learn/html/introduction_to_html/advanced_text_formatting/index.html
+++ b/files/zh-cn/learn/html/introduction_to_html/advanced_text_formatting/index.html
@@ -51,7 +51,7 @@ translation_of: Learn/HTML/Introduction_to_HTML/Advanced_text_formatting
&lt;dd&gt;戏剧中,为渲染幽默或戏剧性效果而进行的场景之外的补充注释念白,只面向观众,内容一般都是角色的感受、想法、以及一些背景信息等。&lt;/dd&gt;
&lt;/dl&gt;</pre>
-<p>浏览器的默认样式会在<strong>描述列表的描述部分</strong>(description description)和<strong>描述术语</strong>(description terms)之间产生缩进。MDN非常严密地遵循这一惯例,同时也鼓励关于术语的其他更多的定义(but also embolden the terms for extra definition)。</p>
+<p>浏览器的默认样式会在<strong>描述列表的描述部分</strong>(description definition)和<strong>描述术语</strong>(description terms)之间产生缩进。MDN非常严密地遵循这一惯例,同时也鼓励关于术语的其他更多的定义(but also embolden the terms for extra definition)。</p>
<p>下面是前述代码的显示结果:</p>