diff --git a/src/ngMessages/messages.js b/src/ngMessages/messages.js index 74cca8535395..90d8c9cd3bab 100644 --- a/src/ngMessages/messages.js +++ b/src/ngMessages/messages.js @@ -173,7 +173,7 @@ angular.module('ngMessages', []) * at a time and this depends on the prioritization of the messages within the template. (This can * be changed by using the ng-messages-multiple on the directive container.) * - * A remote template can also be used to promote message reuseability and messages can also be + * A remote template can also be used to promote message reusability and messages can also be * overridden. * * {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.