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

Commit e17f85c

Browse files
yuriybashNarretz
authored andcommitted
docs(ngMessages): fix spelling error
Closes #12019
1 parent d7dc14d commit e17f85c

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
@@ -251,7 +251,7 @@ angular.module('ngMessages', [])
251251
*
252252
* @description
253253
* `ngMessages` is a directive that is designed to show and hide messages based on the state
254-
* of a key/value object that it listens on. The directive itself compliments error message
254+
* of a key/value object that it listens on. The directive itself complements error message
255255
* reporting with the `ngModel` $error object (which stores a key/value state of validation errors).
256256
*
257257
* `ngMessages` manages the state of internal messages within its container element. The internal

0 commit comments

Comments
 (0)