Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: lib/src/iron-form-element-behavior/iron-form-element-behavior.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/iron-flex-layout/iron-flex-layout.html ('k') | lib/src/iron-form/iron-form.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/iron-form-element-behavior/iron-form-element-behavior.html
diff --git a/lib/src/iron-form-element-behavior/iron-form-element-behavior.html b/lib/src/iron-form-element-behavior/iron-form-element-behavior.html
index 27c8c5d25a00a3bf0d238f205b06e27a2ca8b2df..cd9c6b4ab663447107cc751282bccb33f270944b 100644
--- a/lib/src/iron-form-element-behavior/iron-form-element-behavior.html
+++ b/lib/src/iron-form-element-behavior/iron-form-element-behavior.html
@@ -53,8 +53,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* custom element that uses this behavior should also use
* Polymer.IronValidatableBehavior and define a custom validation method.
* Otherwise, a `required` element will always be considered valid.
- * It's also strongly recomended to provide a visual style for the element
- * when it's value is invalid.
+ * It's also strongly recommended to provide a visual style for the element
+ * when its value is invalid.
*/
required: {
type: Boolean,
« no previous file with comments | « lib/src/iron-flex-layout/iron-flex-layout.html ('k') | lib/src/iron-form/iron-form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698