[w3c/webcomponents] Fix an arguments order of replaceChild (#706)

> replacedNode = parentNode.replaceChild(newChild, oldChild);

* https://developer.mozilla.org/en-US/docs/Web/API/Node/replaceChild
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/webcomponents/pull/706

-- Commit Summary --

  * Fix an arguments order of replaceChild

-- File Changes --

    M proposals/Template-Instantiation.md (2)

-- Patch Links --

https://github.com/w3c/webcomponents/pull/706.patch
https://github.com/w3c/webcomponents/pull/706.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/706

Received on Monday, 13 November 2017 12:38:50 UTC