From 3f5f8d96407c311d3e57614e8cde58666b512b7d Mon Sep 17 00:00:00 2001 From: Adrian-Catalin Neatu Date: Mon, 27 Apr 2015 13:09:01 +0100 Subject: [PATCH] docs(guide/Migrating from Previous Versions): spelling mistake --- docs/content/guide/migration.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 7098bff2ac93..42b2fffbd33a 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -29,7 +29,7 @@ to render error messages with ngMessages that are listed with a directive such a involves pulling error message data from a server and then displaying that data via the mechanics of ngMessages. Be sure to read the breaking change involved with `ngMessagesInclude` to upgrade your template code. -Other changes, such as the ordering of elements with ngRepeat and ngOptions, may also effect the behavior of your +Other changes, such as the ordering of elements with ngRepeat and ngOptions, may also affect the behavior of your application. And be sure to also read up on the changes to `$cookies`. The migration jump from 1.3 to 1.4 should be relatively straightforward otherwise.