hayatoito/hayatoito.github.io

[typo] CildNode -> ChildNode

haya14busa opened this issue · 1 comments

https://hayato.io/2017/dom/

CildNode.before(node): node を childNode の前 (previous として) に挿入

should be

ChildNode.before(node):

Fixed. Thanks!