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

Commit

Permalink
Merge pull request #64 from tschaub/typos
Browse files Browse the repository at this point in the history
Correct documentation typos
  • Loading branch information
robdodson committed May 21, 2014
2 parents 1ee7357 + 29e1e0c commit 14ee2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md
See https://github.com/Polymer/polymer.github.io/blob/master/CONTRIBUTORS.txt
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 14ee2a9

Please sign in to comment.