Skip to content

Commit

Permalink
style(doc): remove useless character
Browse files Browse the repository at this point in the history
  • Loading branch information
isLishude authored Aug 4, 2017
1 parent 425a536 commit 628e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/element.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ element.insertAdjacentHTML(position, text);
- `beforebegin`:在当前元素节点的前面。
- `afterbegin`:在当前元素节点的里面,插在它的第一个子元素之前。
- `beforeend`:在当前元素节点的里面,插在它的最后一个子元素之后。
- `afterend`:在当前元素节点的后面。'
- `afterend`:在当前元素节点的后面。

```javascript
// 原来的HTML代码:<div id="one">one</div>
Expand Down

0 comments on commit 628e392

Please sign in to comment.