Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Correct documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed May 20, 2014
1 parent 1ee7357 commit 7a6823f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The polyfill loads linked stylesheets, external scripts, and nested HTML imports

#### The WebComponentsReady event

Under native imports, `<script>` tags in the main document block the loading of imports. This is to insure the imports have loaded and any registered elements in them have been upgrade. This native behavior is difficult to polyfill so we {{site.project_title}} doesn't try. Instead the `WebComponentsReady` event is a stand in for this behavior:
Under native imports, `<script>` tags in the main document block the loading of imports. This is to ensure the imports have loaded and any registered elements in them have been upgraded. This native behavior is difficult to polyfill so the [HTML Imports polyfill](https://github.com/Polymer/HTMLImports) doesn't try. Instead the `WebComponentsReady` event is a stand in for this behavior:

<script>
window.addEventListener('WebComponentsReady', function(e) {
Expand Down

0 comments on commit 7a6823f

Please sign in to comment.