From 69eb8a7a71e90234a3aeaf0ebc1697e69375256b Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 26 May 2021 11:14:14 +0900 Subject: [PATCH] Fix typo in dom-module.js accomodate -> accommodate --- lib/elements/dom-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elements/dom-module.js b/lib/elements/dom-module.js index 73d647384b..119b23799d 100644 --- a/lib/elements/dom-module.js +++ b/lib/elements/dom-module.js @@ -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(