aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/progressive_web_apps/installable_pwas/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/progressive_web_apps/installable_pwas/index.html b/files/zh-cn/web/progressive_web_apps/installable_pwas/index.html
index 87c70deba5..149b2de4d7 100644
--- a/files/zh-cn/web/progressive_web_apps/installable_pwas/index.html
+++ b/files/zh-cn/web/progressive_web_apps/installable_pwas/index.html
@@ -38,7 +38,7 @@ translation_of: Web/Progressive_web_apps/Installable_PWAs
<pre class="brush: html notranslate">&lt;link rel="manifest" href="js13kpwa.webmanifest"&gt;</pre>
<div class="note">
-<p><strong>注意:过去有一些常用的扩展名用于清单:</strong><code>manifest.webapp</code> 在Firefox OS应用清单中很流行,许多人使用<code>manifest.json</code>作为网页清单因为内容是JSON格式的。但是,<code>.webmanifest</code> 扩展名是在<a href="https://w3c.github.io/manifest/">W3C清单规范 </a>中显示指定的,所有应该坚持这种做法。</p>
+<p><strong>注意:过去有一些常用的扩展名用于清单:</strong><code>manifest.webapp</code> 在Firefox OS应用清单中很流行,许多人使用<code>manifest.json</code>作为网页清单因为内容是JSON格式的。但是,<code>.webmanifest</code> 扩展名是在<a href="https://w3c.github.io/manifest/">W3C清单规范 </a>中显示指定的,所以应该坚持这种做法。</p>
</div>
<p>文件的内容是这个样子的:</p>