Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwind committed Jan 24, 2016
1 parent 9150665 commit e2b6e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,7 @@ alert(elements[0].tagName);
var div = elements[0];
var p = document.createElement('p');
docpment.body.insertBefore(p, div);
document.body.insertBefore(p, div);
// 显示为 P
alert(elements[0].tagName);
Expand Down

0 comments on commit e2b6e47

Please sign in to comment.