googlecodelabs / chrome-es2015

How to build your first ES2015/ES6 app
https://codelabs.developers.google.com/codelabs/chrome-es2015/
Apache License 2.0
18 stars 33 forks source link

Typo for "StickyNotes" class #2

Open cihadhoruzoglu opened 8 years ago

cihadhoruzoglu commented 8 years ago

In https://codelabs.developers.google.com/codelabs/chrome-es2015/index.html#2

Text: "Create the class StickyNotes extends HTMLElement block enclosing all StickyNotes functions"

Should be: "Create the class StickyNote extends HTMLElement block enclosing all StickyNote functions"