From 7d6e43510d000ecef197ff7919ad5211d96a43b7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:52:36 +0000 Subject: [PATCH] spelling: together --- lib/mixins/element-mixin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/element-mixin.html b/lib/mixins/element-mixin.html index 3d6cec9e8a..a84076dcb1 100644 --- a/lib/mixins/element-mixin.html +++ b/lib/mixins/element-mixin.html @@ -103,7 +103,7 @@ /** * Returns the `properties` object specifically on `klass`. Use for: - * (1) super chain mixes togther to make `propertiesForClass` which is + * (1) super chain mixes together to make `propertiesForClass` which is * then used to make `observedAttributes`. * (2) properties effects and observers are created from it at `finalize` time. *