Skip to content

Commit 15879be

Browse files
committed
修改格式和错别字
1 parent 921dfb4 commit 15879be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ artDialog —— 经典、优雅的网页对话框控件。
2121
* [气泡浮层](#quickref-bubble)
2222
* [添加按钮](#quickref-button)
2323
* [控制对话框关闭](#quickref-close)
24-
* [给对话框左下脚添加复选框](#quickref-statusbar)
24+
* [给对话框左下角添加复选框](#quickref-statusbar)
2525
* [点按钮不关闭对话框](#quickref-callback)
2626
* [不显示关闭按钮](#quickref-cancel)
2727
* [创建 iframe 内容](#quickref-iframe)
@@ -183,7 +183,7 @@ setTimeout(function () {
183183
}, 2000);
184184
```
185185

186-
### 给对话框左下脚添加复选框
186+
### 给对话框左下角添加复选框
187187
<i id="quickref-statusbar"></i>
188188

189189
```
@@ -265,7 +265,7 @@ require(['art.dialog/dist/dialog-plus'], function (dialog) {
265265
默认居中显示,支持传入元素节点或者事件对象。
266266

267267
* 参数类型为``HTMLElement``:可吸附到元素上,同时对话框将呈现气泡样式。
268-
*参数类型为``Event Object``:根据``event.pageX````event.pageY``定位。
268+
* 参数类型为``Event Object``:根据``event.pageX````event.pageY``定位。
269269

270270
#### 示例
271271

0 commit comments

Comments
 (0)