From 5f5864dc982a7c09bce2f1bcaf08d2dd1ac68c7b Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Fri, 2 Jan 2015 13:55:47 +0100 Subject: [PATCH] Typo --- src/HTMLImports/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTMLImports/base.js b/src/HTMLImports/base.js index 7519922..f12f8f8 100644 --- a/src/HTMLImports/base.js +++ b/src/HTMLImports/base.js @@ -62,7 +62,7 @@ Object.defineProperty(rootDocument, '_currentScript', currentScriptDescriptor); Add support for the `HTMLImportsLoaded` event and the `HTMLImports.whenReady` method. This api is necessary because unlike the native implementation, script elements do not force imports to resolve. Instead, users should wrap - code in either an `HTMLImportsLoaded` hander or after load time in an + code in either an `HTMLImportsLoaded` handler or after load time in an `HTMLImports.whenReady(callback)` call. NOTE: This module also supports these apis under the native implementation.