From 4d03458d4022f2235b1019062b61710f3f5b2b52 Mon Sep 17 00:00:00 2001 From: Laurent Curau Date: Fri, 20 Jun 2014 12:17:36 +0100 Subject: [PATCH] Correct a typo --- 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 57d2f719ec4c..ecf5bc21f435 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