Skip to content
Snippets Groups Projects
Commit 73eb298c authored by netpro2k's avatar netpro2k
Browse files

Fix typo

parent f71f4fd9
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ AFRAME.registerComponent("networked-counter", {
},
_destroy(el) {
// networekd-interactable's remvoe will also call deregister, but it will happen async so we do it here as well.
// networked-interactable's remvoe will also call deregister, but it will happen async so we do it here as well.
this.deregister(el);
el.parentNode.removeChild(el);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment