aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla
diff options
context:
space:
mode:
authorSean Liu <geeks.liu@gmail.com>2021-04-18 02:08:41 +0800
committerIrvin <irvinfly@gmail.com>2021-04-19 14:19:19 +0800
commitc07818a0df5458d9539470b49dbffbfb42b21d41 (patch)
tree08b2b0517989152d9b8b41d3d725bfb4031bf72d /files/zh-cn/mozilla
parent5a6de64eb3da119761cb8181e3291c7497d23a9f (diff)
downloadtranslated-content-c07818a0df5458d9539470b49dbffbfb42b21d41.tar.gz
translated-content-c07818a0df5458d9539470b49dbffbfb42b21d41.tar.bz2
translated-content-c07818a0df5458d9539470b49dbffbfb42b21d41.zip
fix typo
Diffstat (limited to 'files/zh-cn/mozilla')
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/index.html
index c978163a4b..c56f813aa0 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/index.html
@@ -95,7 +95,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs
<dt>{{WebExtAPIRef("tabs.query()")}}</dt>
<dd>获取所有包含指定属性的标签,如果没有属性则获取所有标签。</dd>
<dt>{{WebExtAPIRef("tabs.reload()")}}</dt>
- <dd>重在一个标签,可选的可以绕过本地缓存。</dd>
+ <dd>重载一个标签,可选的可以绕过本地缓存。</dd>
<dt>{{WebExtAPIRef("tabs.remove()")}}</dt>
<dd>关闭一个或多个标签。</dd>
<dt>{{WebExtAPIRef("tabs.sendMessage()")}}</dt>