Skip to content

Commit ebff4c1

Browse files
laurentqropetebacondarwin
authored andcommitted
docs(ngMessages): correct a typo
Closes angular#7918
1 parent 28e6500 commit ebff4c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngMessages/messages.js

Lines changed: 1 addition & 1 deletion
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)