Skip to content

Commit

Permalink
Fix typo in dom-module.js
Browse files Browse the repository at this point in the history
accomodate -> accommodate
  • Loading branch information
eltociear committed May 26, 2021
1 parent 401c783 commit 69eb8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-module.js
Expand Up @@ -126,7 +126,7 @@ export class DomModule extends HTMLElement {
// Don't override existing assetpath.
if (!this.__assetpath) {
// note: assetpath set via an attribute must be relative to this
// element's location; accomodate polyfilled HTMLImports
// element's location; accommodate polyfilled HTMLImports
const owner = window.HTMLImports && HTMLImports.importForElement ?
HTMLImports.importForElement(this) || document : this.ownerDocument;
const url = resolveUrl(
Expand Down

0 comments on commit 69eb8a7

Please sign in to comment.