From 6bd8dcfac2b7748165f5a43e5d155dd9a177ddf2 Mon Sep 17 00:00:00 2001 From: salvador-barboza Date: Sat, 20 May 2017 13:41:43 -0500 Subject: [PATCH] Fix typo in runBindingEffect documentation --- lib/mixins/property-effects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/property-effects.html b/lib/mixins/property-effects.html index 59ef27e49e..04160d56ee 100644 --- a/lib/mixins/property-effects.html +++ b/lib/mixins/property-effects.html @@ -508,7 +508,7 @@ * Implements the "binding" (property/path binding) effect. * * Note that binding syntax is overridable via `_parseBindings` and - * `_evaluateBindings`. This method will call `_evaluateBinding` for any + * `_evaluateBinding`. This method will call `_evaluateBinding` for any * non-literal parts returned from `_parseBindings`. However, * there is no support for _path_ bindings via custom binding parts, * as this is specific to Polymer's path binding syntax.