Index: include.preload.js |
diff --git a/include.preload.js b/include.preload.js |
index 24e2bb616e70714e6820e57ca63e0d545b286bbc..1ea213d7479fed931b8dc3985746cc162fc6dc77 100644 |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -474,7 +474,7 @@ function init(document) |
var shadowRoot = Function.prototype.call.bind(desc.get); |
Object.defineProperty(Element.prototype, "shadowRoot", { |
- conifgurable: true, enumerable: true, get: function() |
+ configurable: true, enumerable: true, get: function() |
{ |
var shadow = shadowRoot(this); |
return shadow == ourShadowRoot ? null : shadow; |