From d472919a79ad018fae2d850bc2cc539995b965d8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:26:34 +0000 Subject: [PATCH] spelling: falsy --- lib/elements/dom-if.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elements/dom-if.html b/lib/elements/dom-if.html index 47150cdec2..246f9bef72 100644 --- a/lib/elements/dom-if.html +++ b/lib/elements/dom-if.html @@ -24,7 +24,7 @@ * data-binding and declarative event features when used in the context of * a Polymer element's template. * - * When `if` becomes falsey, the stamped content is hidden but not + * When `if` becomes falsy, the stamped content is hidden but not * removed from dom. When `if` subsequently becomes truthy again, the content * is simply re-shown. This approach is used due to its favorable performance * characteristics: the expense of creating template content is paid only