diff options
author | classlfz <classlfz@qq.com> | 2021-06-21 13:56:00 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-22 01:26:30 +0800 |
commit | 64ab8de7d6cb2756eedbb8daaeb51b0e36183584 (patch) | |
tree | 6aaafa515f1cf7e2fb099b667e4896a308d06781 | |
parent | 5289f869c03040182fc69da3e05bc5288a3490bc (diff) | |
download | translated-content-64ab8de7d6cb2756eedbb8daaeb51b0e36183584.tar.gz translated-content-64ab8de7d6cb2756eedbb8daaeb51b0e36183584.tar.bz2 translated-content-64ab8de7d6cb2756eedbb8daaeb51b0e36183584.zip |
[zh-cn] fix filename
-rw-r--r-- | files/zh-cn/web/progressive_web_apps/app_structure/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/progressive_web_apps/app_structure/index.html b/files/zh-cn/web/progressive_web_apps/app_structure/index.html index 87c946d0b4..383cd446a0 100644 --- a/files/zh-cn/web/progressive_web_apps/app_structure/index.html +++ b/files/zh-cn/web/progressive_web_apps/app_structure/index.html @@ -172,7 +172,7 @@ button.addEventListener('click', function(e) { <h3 id="service_worker">service worker</h3> -<p>最后我们来快速浏览一下 Service Worker 相关的文件 sw.js。它首先引入 game.js 这个文件:</p> +<p>最后我们来快速浏览一下 Service Worker 相关的文件 sw.js。它首先引入 games.js 这个文件:</p> <pre class="brush: js">self.importScripts('data/games.js');</pre> |