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

Commit ebff4c1

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

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)