aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangshengdong <31030223+wangshengdong@users.noreply.github.com>2022-03-14 16:46:32 +0800
committerIrvin <irvinfly@gmail.com>2022-03-15 01:22:35 +0800
commit0293b59e52e1dfc241b684cfb31331bbdc7651a5 (patch)
tree8a868b2601cccc8bbd716839d1f641eb210c1d54
parenta98c2b046279a110f5be66678fc2782ca5da7ab5 (diff)
downloadtranslated-content-0293b59e52e1dfc241b684cfb31331bbdc7651a5.tar.gz
translated-content-0293b59e52e1dfc241b684cfb31331bbdc7651a5.tar.bz2
translated-content-0293b59e52e1dfc241b684cfb31331bbdc7651a5.zip
Fix typo about 'Creating hyperlinks'
Fix issue: #4273
-rw-r--r--files/zh-cn/learn/html/introduction_to_html/creating_hyperlinks/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/html/introduction_to_html/creating_hyperlinks/index.html b/files/zh-cn/learn/html/introduction_to_html/creating_hyperlinks/index.html
index 3db44af11d..5f982fc095 100644
--- a/files/zh-cn/learn/html/introduction_to_html/creating_hyperlinks/index.html
+++ b/files/zh-cn/learn/html/introduction_to_html/creating_hyperlinks/index.html
@@ -34,7 +34,7 @@ translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks
<p>注意:URL可以指向HTML文件、文本文件、图像、文本文档、视频和音频文件以及可以在网络上保存的任何其他内容。 如果浏览器不知道如何显示或处理文件,它会询问您是否要打开文件(需要选择合适的本地应用来打开或处理文件)或下载文件(以后处理它)。</p>
</div>
-<p><span lang="zh-CN"><span>以 BBC 的主页为例,里面就包含了非常多的连结,各自连到不同新闻、网站的其它地方(导览功能),或者登入/注册页面等等。</span></span></p>
+<p><span lang="zh-CN"><span>以 BBC 的主页为例,里面就包含了非常多的链接,各自连到不同新闻、网站的其它地方(导览功能),或者登入/注册页面等等。</span></span></p>
<p><img alt="frontpage of bbc.co.uk, showing many news items, and navigation menu functionality" src="https://mdn.mozillademos.org/files/17032/updated-bbc-website.png"></p>