aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/main_thread
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-19 11:00:46 -0400
committerGitHub <noreply@github.com>2021-08-19 11:00:46 -0400
commitf18dcae78c88f29bf1e79c014621d45097e38999 (patch)
tree31701f963270209994b629a4e6e483aae4de6327 /files/ja/glossary/main_thread
parent4ff8d748f719857be138e95b00adbf9783688753 (diff)
downloadtranslated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.gz
translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.bz2
translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.zip
correct to Quick_links (not Quick_Links) (#2138)
Diffstat (limited to 'files/ja/glossary/main_thread')
-rw-r--r--files/ja/glossary/main_thread/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/main_thread/index.html b/files/ja/glossary/main_thread/index.html
index 9d00165a98..e938019977 100644
--- a/files/ja/glossary/main_thread/index.html
+++ b/files/ja/glossary/main_thread/index.html
@@ -11,7 +11,7 @@ translation_of: Glossary/Main_thread
<p>意識的に <a href="/ja/docs/Web/API/Service_Worker_API/Using_Service_Workers">Service worker</a> などの <a href="/ja/docs/Web/API/Web_Workers_API/Using_web_workers">Web worker</a> を使用しない限り、 JavaScript はメインスレッド上で実行されるので、イベント処理や描画の中で簡単にスクリプトが遅延を発生させます。メインスレッドで動作させる必要がある処理が少ないほど、メインスレッドがユーザーのイベントに応答したり、描画したりすることが増え、ユーザーへの反応が全般的に良くなります。</p>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li>関連情報
<ol>