From e7b9a172a13fd4ed18fb4ecb6c3e72b61719526d Mon Sep 17 00:00:00 2001 From: caogy Date: Sun, 4 Feb 2018 03:19:43 +0800 Subject: [PATCH] replace unnused to unused (#5360) replace unnused to unused --- .../mvc/overview/getting-started/introduction/adding-a-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/mvc/overview/getting-started/introduction/adding-a-model.md b/aspnet/mvc/overview/getting-started/introduction/adding-a-model.md index 5a124bf855..5bb241af38 100644 --- a/aspnet/mvc/overview/getting-started/introduction/adding-a-model.md +++ b/aspnet/mvc/overview/getting-started/introduction/adding-a-model.md @@ -53,7 +53,7 @@ You can do this by manually adding the using statement, or you can hover over th ![](adding-a-model/_static/image2.png) -Note: Several unused `using` statements have been removed. Visual Studio will show unused dependencies as gray. You can remove unnused dependencies by hovering over the gray dependencies, click `Show potential fixes` and click **Remove Unused Usings.** +Note: Several unused `using` statements have been removed. Visual Studio will show unused dependencies as gray. You can remove unused dependencies by hovering over the gray dependencies, click `Show potential fixes` and click **Remove Unused Usings.** ![](adding-a-model/_static/image3.png)