We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dc14d commit e17f85cCopy full SHA for e17f85c
src/ngMessages/messages.js
@@ -251,7 +251,7 @@ angular.module('ngMessages', [])
251
*
252
* @description
253
* `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
+ * of a key/value object that it listens on. The directive itself complements error message
255
* reporting with the `ngModel` $error object (which stores a key/value state of validation errors).
256
257
* `ngMessages` manages the state of internal messages within its container element. The internal
0 commit comments