From ebff4c1fd23eaf5b784f842535c0ff508e58091b Mon Sep 17 00:00:00 2001 From: Laurent Curau Date: Fri, 20 Jun 2014 12:17:36 +0100 Subject: [PATCH] docs(ngMessages): correct a typo Closes #7918 --- src/ngMessages/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngMessages/messages.js b/src/ngMessages/messages.js index 57d2f719..ecf5bc21 100644 --- a/src/ngMessages/messages.js +++ b/src/ngMessages/messages.js @@ -164,7 +164,7 @@ angular.module('ngMessages', []) * * @description * `ngMessages` is a directive that is designed to show and hide messages based on the state - * of a key/value object that is listens on. The directive itself compliments error message + * of a key/value object that it listens on. The directive itself compliments error message * reporting with the `ngModel` $error object (which stores a key/value state of validation errors). * * `ngMessages` manages the state of internal messages within its container element. The internal