Skip to content

Commit 9a8c84f

Browse files
laurentqroCameron Knight
authored and
Cameron Knight
committed
docs(ngMessages): correct a typo
Closes angular#7918
1 parent 9d24495 commit 9a8c84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMessages/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ angular.module('ngMessages', [])
164164
*
165165
* @description
166166
* `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
167+
* of a key/value object that it listens on. The directive itself compliments error message
168168
* reporting with the `ngModel` $error object (which stores a key/value state of validation errors).
169169
*
170170
* `ngMessages` manages the state of internal messages within its container element. The internal

0 commit comments

Comments
 (0)