diff options
author | Byron <ByronLian@users.noreply.github.com> | 2021-11-09 13:47:55 +0900 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-11-09 14:29:00 +0800 |
commit | 484eea053c501d706b5d8311fca5a94ef18c4d8e (patch) | |
tree | 79d8818421d772c9e9f47938d8845f997994e05f | |
parent | 3c104650ad548685155f19a10c1c4ff62d42ff14 (diff) | |
download | translated-content-484eea053c501d706b5d8311fca5a94ef18c4d8e.tar.gz translated-content-484eea053c501d706b5d8311fca5a94ef18c4d8e.tar.bz2 translated-content-484eea053c501d706b5d8311fca5a94ef18c4d8e.zip |
Fix typo
fix typo 'workre'
-rw-r--r-- | files/zh-tw/web/api/web_workers_api/using_web_workers/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/web_workers_api/using_web_workers/index.html b/files/zh-tw/web/api/web_workers_api/using_web_workers/index.html index 82d484f6a2..f13a83954a 100644 --- a/files/zh-tw/web/api/web_workers_api/using_web_workers/index.html +++ b/files/zh-tw/web/api/web_workers_api/using_web_workers/index.html @@ -620,7 +620,7 @@ onmessage = function(event) { <h2 id="Worker_可存取之函數與介面">Worker 可存取之函數與介面</h2> -<p>大多數 Javascript 的功能 workre 皆可以使用,包含:</p> +<p>大多數 Javascript 的功能 worker 皆可以使用,包含:</p> <ul> <li>{{domxref("Navigator")}}</li> |