From 65f276555fecfe9a222669548e0d2b33ed1481cb Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Sep 2017 05:45:54 +0000 Subject: [PATCH] spelling: behavior --- lib/legacy/class.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/legacy/class.html b/lib/legacy/class.html index f52f042c09..0ceb6471dd 100644 --- a/lib/legacy/class.html +++ b/lib/legacy/class.html @@ -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);