From 00dce1698a0f301509f25bd17482cfa21bd281c4 Mon Sep 17 00:00:00 2001 From: Souvik Basu Date: Wed, 26 Apr 2017 18:14:20 +0530 Subject: [PATCH] docs(aio): grammatical fix. remove duplicate word 'our' --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index b006378f01..c1cafd838c 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -1816,7 +1816,7 @@ load every file in our AngularJS app to use ES6 modules in order to ensure Angul loaded correctly. This is a considerable effort and it often isn't worth it, especially since we are in the -process of moving our our to Angular already. +process of moving our code to Angular. Instead we declare `angular` as `angular.IAngularStatic` to indicate it is a global variable and still have full typing support.