From 8914f91b5308eb84b35cce0e881cb2998adadae5 Mon Sep 17 00:00:00 2001 From: Hakim <30875450+Univream@users.noreply.github.com> Date: Fri, 24 Aug 2018 18:55:28 +0200 Subject: [PATCH] Update advanced-ef-mvc spelling issue Minor but important change. --- ...ced-entity-framework-scenarios-for-an-mvc-web-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/advanced-entity-framework-scenarios-for-an-mvc-web-application.md b/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/advanced-entity-framework-scenarios-for-an-mvc-web-application.md index 4ee6abc853..86e6b5f730 100644 --- a/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/advanced-entity-framework-scenarios-for-an-mvc-web-application.md +++ b/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/advanced-entity-framework-scenarios-for-an-mvc-web-application.md @@ -148,7 +148,7 @@ Now set a breakpoint on the `return` statement (F9 with the cursor on that line) [!code-json[Main](advanced-entity-framework-scenarios-for-an-mvc-web-application/samples/sample7.json)] -Click the magnifying class to see the query in the **Text Visualizer**. +Click the magnifying glass to see the query in the **Text Visualizer**. ![](advanced-entity-framework-scenarios-for-an-mvc-web-application/_static/image10.png)