diff options
author | t7yang <t7yang@gmail.com> | 2021-05-18 14:46:50 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-19 00:16:54 +0800 |
commit | 47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2 (patch) | |
tree | 2918ecd64251d03329e4c68c0efb136dbf0d26f5 | |
parent | 22b729309008260c7286fa8a2b1403f5f6066a69 (diff) | |
download | translated-content-47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2.tar.gz translated-content-47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2.tar.bz2 translated-content-47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2.zip |
fix: fix a incorrect closing quote
-rw-r--r-- | files/zh-tw/mdn/guidelines/writing_style_guide/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/mdn/guidelines/writing_style_guide/index.html b/files/zh-tw/mdn/guidelines/writing_style_guide/index.html index 6f5aee0858..97b7048f0c 100644 --- a/files/zh-tw/mdn/guidelines/writing_style_guide/index.html +++ b/files/zh-tw/mdn/guidelines/writing_style_guide/index.html @@ -205,7 +205,7 @@ tags: <h3 id="Text_formatting_and_styles">文字的格式及樣式</h3> -<p>使用<strong>「格式化樣式]</strong>的下拉清單來對選取內容套用預定義的樣式。</p> +<p>使用<strong>「格式化樣式」</strong>的下拉清單來對選取內容套用預定義的樣式。</p> <div class="note notecard"><strong>「備註區塊」</strong>樣式是用於標示重要的備註,就好比這樣。</div> |