Skip to content

Commit e9a3b89

Browse files
lycheeEngXuyuey
andauthored
Update 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
Co-Authored-By: 徐玥 <xuyue_ustb@163.com>
1 parent 3d0fa7e commit e9a3b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/5-loading/01-onload-ondomcontentloaded

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Firefox、Chrome 和 Opera 都会在 `DOMContentLoaded` 中自动填写表单。
140140

141141
它在后台发送数据,转换到另外一个页面时不会被延迟:浏览器离开页面,但仍然在执行 `sendBeacon`
142142

143-
下面是如何使用它的示例
143+
下面是它的使用示例
144144

145145
```js
146146
let analyticsData = { /* 收集了数据的对象 */ };

0 commit comments

Comments
 (0)