From f95a20fb4bcfc14339e80b8d392ee1e1735ac78e Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 28 Apr 2015 01:01:37 -0400 Subject: [PATCH] Updated wording --- docs/tutorials/your-first-aspnet-application.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/your-first-aspnet-application.rst b/docs/tutorials/your-first-aspnet-application.rst index b47193b502..84d2ffe647 100644 --- a/docs/tutorials/your-first-aspnet-application.rst +++ b/docs/tutorials/your-first-aspnet-application.rst @@ -6,7 +6,7 @@ By `Steve Smith`_ | Originally Published: 28 April 2015 ASP.NET 5 provides a host of improvements over its predecessors, including improved performance, better support for modern web development standards and tools, and improved integration between WebAPI, MVC, and WebForms. In addition, you can easily develop ASP.NET 5 applications using a variety of tools and editors, but Visual Studio continues to provide a very productive way to build web applications. In this article, we'll walk through creating your first ASP.NET 5 web application using Visual Studio 2015. -This article covers the following topics: +In this article: - `Create a New ASP.NET 5 Project`_ - `Running the Application`_ - `Server-Side vs. Client-Side Behavior`_