From 76bad741cf685a425108e418985e3758f5fe37ff Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Thu, 22 Sep 2016 15:46:55 +0800 Subject: [PATCH] docs(vs2015): fix typo --- public/docs/ts/latest/cookbook/visual-studio-2015.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/visual-studio-2015.jade b/public/docs/ts/latest/cookbook/visual-studio-2015.jade index 04ac13f15b..85e667a4a4 100644 --- a/public/docs/ts/latest/cookbook/visual-studio-2015.jade +++ b/public/docs/ts/latest/cookbook/visual-studio-2015.jade @@ -2,7 +2,7 @@ include ../_util-fns :marked - Some developers prefer Visual Studio as their Interactive Development Environment (IDE). + Some developers prefer Visual Studio as their Integrated Development Environment (IDE). This cookbook describes the steps required to set up and use the Angular QuickStart files in Visual Studio 2015 within an ASP.NET 4.x project.