aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorOutvi V <19144373+outloudvi@users.noreply.github.com>2021-03-18 19:17:51 +0800
committerIrvin <irvinfly@gmail.com>2021-04-19 14:33:43 +0800
commit84b2b59eae754087001e4e53119fb187c99974f7 (patch)
treeda016e467cee3b4308e3a58e5836a8f5d8d8c595 /files/zh-cn
parentc07818a0df5458d9539470b49dbffbfb42b21d41 (diff)
downloadtranslated-content-84b2b59eae754087001e4e53119fb187c99974f7.tar.gz
translated-content-84b2b59eae754087001e4e53119fb187c99974f7.tar.bz2
translated-content-84b2b59eae754087001e4e53119fb187c99974f7.zip
fix: fix typo
Diffstat (limited to 'files/zh-cn')
-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>