aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorx270 <42441861+x270@users.noreply.github.com>2021-04-18 20:15:30 +0900
committerpotappo <potappo@gmail.com>2021-04-20 22:15:25 +0900
commitd7a27823444dc11c7ff40ca63a78b3b37ab82837 (patch)
treedfa622968e370da75f7ba4a434e9062b91663d37
parent12b55794fcbadad0cdb65dc161acc0d4bd296f01 (diff)
downloadtranslated-content-d7a27823444dc11c7ff40ca63a78b3b37ab82837.tar.gz
translated-content-d7a27823444dc11c7ff40ca63a78b3b37ab82837.tar.bz2
translated-content-d7a27823444dc11c7ff40ca63a78b3b37ab82837.zip
Getting_started_with_the_web/HTML_basics の修正(Typo)
Mozila → Mozillaに修正。 同様の誤りは検索した限り無し。
-rw-r--r--files/ja/learn/getting_started_with_the_web/html_basics/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/getting_started_with_the_web/html_basics/index.html b/files/ja/learn/getting_started_with_the_web/html_basics/index.html
index aeaba9696e..49a407e593 100644
--- a/files/ja/learn/getting_started_with_the_web/html_basics/index.html
+++ b/files/ja/learn/getting_started_with_the_web/html_basics/index.html
@@ -193,7 +193,7 @@ translation_of: Learn/Getting_started_with_the_web/HTML_basics
<p>リンクはとても重要です ―― これが Web をひとつの Web にします。リンクを追加するには、シンプルな要素 {{htmlelement("a")}} を使えばよいです。 <code>a</code> は "anchor" を省略したものです。段落中の文字をリンクにするには次の手順で行います。</p>
<ol>
- <li>リンクにしたい文字を選びます。今回は "Mozila Manifesto" を選びました。</li>
+ <li>リンクにしたい文字を選びます。今回は "Mozilla Manifesto" を選びました。</li>
<li>選んだ文字を {{htmlelement("a")}} 要素で囲みます。
<pre class="brush: html notranslate">&lt;a&gt;Mozilla Manifesto&lt;/a&gt;</pre>
</li>