We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d24495 commit 9a8c84fCopy full SHA for 9a8c84f
src/ngMessages/messages.js
@@ -164,7 +164,7 @@ angular.module('ngMessages', [])
164
*
165
* @description
166
* `ngMessages` is a directive that is designed to show and hide messages based on the state
167
- * of a key/value object that is listens on. The directive itself compliments error message
+ * of a key/value object that it listens on. The directive itself compliments error message
168
* reporting with the `ngModel` $error object (which stores a key/value state of validation errors).
169
170
* `ngMessages` manages the state of internal messages within its container element. The internal
0 commit comments