Skip to content

Commit

Permalink
spelling: behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 6, 2017
1 parent d8f3f57 commit 65f2765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
if (!behaviors) {
return /** @type {HTMLElement} */(klass);
}
// NOTE: ensure the bahevior is extending a class with
// NOTE: ensure the behavior is extending a class with
// legacy element api. This is necessary since behaviors expect to be able
// to access 1.x legacy api.
klass = Polymer.LegacyElementMixin(klass);
Expand Down

0 comments on commit 65f2765

Please sign in to comment.