From afc241bd286f4e25852de3b0a54462ef85874263 Mon Sep 17 00:00:00 2001
From: Vojta Jina
Date: Thu, 19 Jan 2012 00:27:32 -0800
Subject: docs(inputType): fix small typo
---
docs/content/api/angular.inputType.ngdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/content/api')
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 `` element has `required` attribute. This means that the
widget will have `REQUIRED` validation error if empty.
- **`$disabled`**: When the `` element has `disabled` attribute.
--
cgit v1.2.3