From bbf0e7c8e8c7e7b76e931f086b9d16531a52a0c6 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Mon, 7 Aug 2017 21:08:00 -0700 Subject: [PATCH] Remove double space Closes #4712 --- lib/utils/mixin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/mixin.html b/lib/utils/mixin.html index 070ea03261..525d1bc209 100644 --- a/lib/utils/mixin.html +++ b/lib/utils/mixin.html @@ -32,7 +32,7 @@ /* eslint-disable valid-jsdoc */ /** * Wraps an ES6 class expression mixin such that the mixin is only applied - * if it has not already been applied its base argument. Also memoizes mixin + * if it has not already been applied its base argument. Also memoizes mixin * applications. * * @memberof Polymer