aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorrururux <rururux@gmail.com>2022-03-08 23:06:36 +0900
committerpotappo <potappo@gmail.com>2022-03-10 21:27:14 +0900
commite8c3b8b8aadb3a8b531125e7107cebf060fa0aba (patch)
treeb460be0cfaa9d820d6338b4ce98eeff77dfe072f /files
parent476dd6fb710e4a70698a893680f22d4d833e1f97 (diff)
downloadtranslated-content-e8c3b8b8aadb3a8b531125e7107cebf060fa0aba.tar.gz
translated-content-e8c3b8b8aadb3a8b531125e7107cebf060fa0aba.tar.bz2
translated-content-e8c3b8b8aadb3a8b531125e7107cebf060fa0aba.zip
fix typo
Diffstat (limited to 'files')
-rw-r--r--files/ja/web/html/element/summary/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/summary/index.html b/files/ja/web/html/element/summary/index.html
index 64afe6b82b..5b2413f101 100644
--- a/files/ja/web/html/element/summary/index.html
+++ b/files/ja/web/html/element/summary/index.html
@@ -114,7 +114,7 @@ translation_of: Web/HTML/Element/summary
<h3 id="HTML_in_summaries" name="HTML_in_summaries">概要の中の HTML</h3>
-<p>この例は、 <code>&lt;summary&gt;</code> 要素にいくらか意味をを追加して、ラベルを重要であると示します。</p>
+<p>この例は、 <code>&lt;summary&gt;</code> 要素にいくらか意味を追加して、ラベルを重要であると示します。</p>
<pre class="brush: html notranslate">&lt;details open&gt;
&lt;summary&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/summary&gt;