diff options
author | songyi <songyi1999@users.noreply.github.com> | 2021-12-07 22:13:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 22:13:52 +0800 |
commit | 0e94cddb8a6b501a9cc3a21abc1c3d4bed62a29c (patch) | |
tree | d92fec0d10a3a5dfba9a3e9c0a4149518722accb /files | |
parent | 926b56707d1a9d05accf68fe5a70fe816c537199 (diff) | |
download | translated-content-0e94cddb8a6b501a9cc3a21abc1c3d4bed62a29c.tar.gz translated-content-0e94cddb8a6b501a9cc3a21abc1c3d4bed62a29c.tar.bz2 translated-content-0e94cddb8a6b501a9cc3a21abc1c3d4bed62a29c.zip |
fix typo (#3273)
heml 应该是html
Diffstat (limited to 'files')
-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 383cd446a0..779c06682b 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 @@ -58,7 +58,7 @@ translation_of: Web/Progressive_web_apps/App_structure <h2 id="示例应用的结构">示例应用的结构</h2> -<p><a href="https://mdn.github.io/pwa-examples/js13kpwa/">js13kPWA</a> 这个网站的结构比较简单:它包含一个HTML页面(index.heml)、一个CSS样式表(style.css)、一些图片、JS 脚本和字体。它的文件结构如下所示:</p> +<p><a href="https://mdn.github.io/pwa-examples/js13kpwa/">js13kPWA</a> 这个网站的结构比较简单:它包含一个HTML页面(index.html)、一个CSS样式表(style.css)、一些图片、JS 脚本和字体。它的文件结构如下所示:</p> <p><img alt="Folder structure of js13kPWA." src="https://mdn.mozillademos.org/files/15925/js13kpwa-directory.png" style="border-style: solid; border-width: 1px; display: block; height: 356px; margin: 0px auto; width: 320px;"></p> |