Skip to content

Commit

Permalink
Fix example code in “SPEC.md” file.
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineear committed Apr 11, 2022
1 parent c66b977 commit be737a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Define and register your element:
import XElement from 'https://unpkg.com/@netflix/x-element/x-element.js';

class HelloWorld extends XElement {
template(html) {
static template(html) {
return () => html`<span>Hello World!</span>`;
}
}
Expand Down

0 comments on commit be737a0

Please sign in to comment.