Skip to content

Commit

Permalink
Fix copy&pasted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Sep 26, 2016
1 parent 1a01896 commit d595c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ MyElement = Polymer({

is: 'my-element',

// See below for lifecycle callbacks
// See above for lifecycle callbacks
created: function() {
this.innerHTML = 'My element!';
}
Expand Down

0 comments on commit d595c0c

Please sign in to comment.