From fb94c94fd79e7e62deaa8f2246e5ad6b76ded9a7 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ross Date: Sun, 4 Jan 2015 20:52:31 -0400 Subject: [PATCH] Typo in Example, element is not closed --- paper-autogrow-textarea.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-autogrow-textarea.html b/paper-autogrow-textarea.html index ad31c23..34bc29e 100644 --- a/paper-autogrow-textarea.html +++ b/paper-autogrow-textarea.html @@ -16,7 +16,7 @@ - + Because the `textarea`'s `value` property is not observable, if you set the `value` imperatively you must call `update` to notify this element the value has changed.