Skip to content

Commit d8bf8d7

Browse files
committed
fix typos
1 parent 3898c39 commit d8bf8d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_posts/2017-04-10-service-worker-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: Chrome HTTP 缓存 进程 浏览器 Service-Worker PWA
66
[Service Worker][sw] 用来控制页面资源缓存,那么`sw.js`文件本身如何进行更新呢?
77
[立即使用 Service Worker!](/2017/04/09/service-worker-now.html) 中介绍了使用 Service Worker 搭建离线 App,
88
以及这一 App 的版本更新方式。
9-
本文重点关注 Service Worker 本身的更新机制,相关标准,以及最佳实践
9+
本文重点关注 Service Worker 本身的更新机制,如何设置 HTTP 缓存,当前浏览器的更新机制,以及调试时如何快速更新
1010

1111
# Service Worker 更新
1212

@@ -39,7 +39,7 @@ Service Worker 的更新算法(这里是指 [Soft Update][soft-update])只
3939

4040
到此为止这些行为都是标准的 HTTP 缓存。这里有个 Node.js Demo:
4141

42-
* <https://github.com/service-worker/demos/tree/master/sw-updat://github.com/service-worker/demos/tree/master/sw-update>
42+
* <https://github.com/service-worker/demos/tree/master/sw-update>
4343

4444
# SW 文件的 MD5
4545

_posts/2017-12-24-launch-app-from-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ iframe 触发 | 不支持 | 不支持 | Chrome<sup>1</sup> <= 18, iOS < 9 | 不
2929
链接格式 <sup>2</sup> | 正常的 URL | 正常的 URL | 自定义协议的 URL | intent 协议的 URL
3030

3131
1. 本文只针对移动端浏览器,其中 Chrome 表示 Chrome for Android,以及 Android Browser 的对应版本。
32-
2. 链接的作用方式有3中:用户点击这样的 `<a>` 标签;脚本中进行页面重定向;设置 `iframe``src`
32+
2. 链接的作用方式有3种:用户点击这样的 `<a>` 标签;脚本中进行页面重定向;设置 `iframe``src`
3333

3434
## URI Scheme
3535

0 commit comments

Comments
 (0)