Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ff06ac9

Browse files
laurentqroChristophe Krebser
authored and
Christophe Krebser
committed
docs(ngMessages): correct a typo
Closes #7918
1 parent 92a2751 commit ff06ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)