Fix typo in dom-module.js

accomodate -> accommodate
This commit is contained in:
Ikko Ashimine
2021-05-26 11:14:14 +09:00
committed by GitHub
parent 401c7837ec
commit 69eb8a7a71
+1 -1
View File
@@ -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(