Skip to content

Commit

Permalink
Fix dom-module API docs with static import function
Browse files Browse the repository at this point in the history
Fixes #4740
  • Loading branch information
dfreedm committed Aug 7, 2017
1 parent c20b657 commit 9f7df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-module.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*
* Then in code in some other location that cannot access the dom-module above
*
* let img = document.createElement('dom-module').import('foo', 'img');
* let img = customElements.get('dom-module').import('foo', 'img');
*
* @customElement
* @extends HTMLElement
Expand Down

0 comments on commit 9f7df4c

Please sign in to comment.