aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/zh-cn/web/progressive_web_apps/app_structure/index.html2
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>