From 335a5c9a34ddf5135ce08adb3f4a5f102e963ae5 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Tue, 3 Jun 2014 11:01:02 -0700 Subject: [PATCH] Fixes https://github.com/Polymer/polymer/issues/522 --- docs/polymer/binding-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polymer/binding-types.md b/docs/polymer/binding-types.md index 0a1704ecd4..549dbb2e24 100644 --- a/docs/polymer/binding-types.md +++ b/docs/polymer/binding-types.md @@ -287,7 +287,7 @@ For boolean attributes, you can control whether or not the attribute appears usi {% raw %}
-attribute?={{ boolean-expresion }}
+attribute?={{ boolean-expression }}
 
{%endraw%}