We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f3f57 commit 65f2765Copy full SHA for 65f2765
lib/legacy/class.html
@@ -44,7 +44,7 @@
44
if (!behaviors) {
45
return /** @type {HTMLElement} */(klass);
46
}
47
- // NOTE: ensure the bahevior is extending a class with
+ // NOTE: ensure the behavior is extending a class with
48
// legacy element api. This is necessary since behaviors expect to be able
49
// to access 1.x legacy api.
50
klass = Polymer.LegacyElementMixin(klass);
0 commit comments