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

Unified Diff: lib/iron_form_element_behavior.dart

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/iron_form.dart ('k') | lib/iron_icon.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/iron_form_element_behavior.dart
diff --git a/lib/iron_form_element_behavior.dart b/lib/iron_form_element_behavior.dart
index 9062f04503f2c2fd61e25483d670f40005807c90..b75314cd222d0eaddac880e82a39be1ddc1bab96 100644
--- a/lib/iron_form_element_behavior.dart
+++ b/lib/iron_form_element_behavior.dart
@@ -22,8 +22,8 @@ abstract class IronFormElementBehavior implements CustomElementProxyMixin {
/// 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.
bool get required => jsElement[r'required'];
set required(bool value) { jsElement[r'required'] = value; }
« no previous file with comments | « lib/iron_form.dart ('k') | lib/iron_icon.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698