replace unnused to unused (#5360)

replace unnused to unused
pull/5359/head
caogy 2018-02-04 03:19:43 +08:00 committed by Rick Anderson
parent 825c510c5b
commit e7b9a172a1
1 changed files with 1 additions and 1 deletions

View File

@ -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) ![](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) ![](adding-a-model/_static/image3.png)