From 9f96f6e9c898ed402a57798d94bcfb3dd65e215f Mon Sep 17 00:00:00 2001 From: Yuriy Bash Date: Tue, 2 Jun 2015 20:39:00 -0700 Subject: [PATCH] docs(ngMessages): fix spelling error --- 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 d65925cd260a..9bea4eb4a07a 100644 --- a/src/ngMessages/messages.js +++ b/src/ngMessages/messages.js @@ -251,7 +251,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 it listens on. The directive itself compliments error message + * of a key/value object that it listens on. The directive itself complements 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