Skip to content

Commit

Permalink
Fix typo in runBindingEffect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salvador-barboza committed May 20, 2017
1 parent c4e516f commit 6bd8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6bd8dcf

Please sign in to comment.