Skip to content

Commit 65f2765

Browse files
committed
spelling: behavior
1 parent d8f3f57 commit 65f2765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/legacy/class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
if (!behaviors) {
4545
return /** @type {HTMLElement} */(klass);
4646
}
47-
// NOTE: ensure the bahevior is extending a class with
47+
// NOTE: ensure the behavior is extending a class with
4848
// legacy element api. This is necessary since behaviors expect to be able
4949
// to access 1.x legacy api.
5050
klass = Polymer.LegacyElementMixin(klass);

0 commit comments

Comments
 (0)