aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
diff options
context:
space:
mode:
authorVojta Jina2012-01-19 00:27:32 -0800
committerVojta Jina2012-01-19 00:27:32 -0800
commitafc241bd286f4e25852de3b0a54462ef85874263 (patch)
tree5840546d3304af45f3085367b99ed3f58187cbe9 /docs/content/api
parenta507fb7bb331b5eb480ec21dae56170baf541ed1 (diff)
downloadangular.js-afc241bd286f4e25852de3b0a54462ef85874263.tar.bz2
docs(inputType): fix small typo
Diffstat (limited to 'docs/content/api')
-rw-r--r--docs/content/api/angular.inputType.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/api/angular.inputType.ngdoc b/docs/content/api/angular.inputType.ngdoc
index 12c59989..76a907d1 100644
--- a/docs/content/api/angular.inputType.ngdoc
+++ b/docs/content/api/angular.inputType.ngdoc
@@ -21,7 +21,7 @@ All `inputType` widgets support:
- **`$valid`**: When widget is valid.
- **`$invalid`**: When widget is invalid.
- **`$pristine`**: When widget has not been modified by user interaction.
- - **`$dirty`**: When user has been modified do to user interaction.
+ - **`$dirty`**: When user has been modified by user interaction.
- **`$required`**: When the `<input>` element has `required` attribute. This means that the
widget will have `REQUIRED` validation error if empty.
- **`$disabled`**: When the `<input>` element has `disabled` attribute.