From 842f4ffb3cd84c1dc35561d62640223cf27c1585 Mon Sep 17 00:00:00 2001 From: Kirk Larkin <6025110+serpent5@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:51:28 +0100 Subject: [PATCH] Fix typo and remove "ing"s (#25692) --- aspnetcore/mvc/views/view-components.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnetcore/mvc/views/view-components.md b/aspnetcore/mvc/views/view-components.md index f3e47e3b1c..1b076d9626 100644 --- a/aspnetcore/mvc/views/view-components.md +++ b/aspnetcore/mvc/views/view-components.md @@ -4,7 +4,7 @@ author: rick-anderson description: Learn how view components are used in ASP.NET Core and how to add them to apps. ms.author: riande ms.custom: mvc -ms.date: 4/9/2022 +ms.date: 04/20/2022 monikerRange: '>= aspnetcore-3.1' no-loc: [".NET MAUI", "Mac Catalyst", "Blazor Hybrid", Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR] uid: mvc/views/view-components @@ -17,7 +17,7 @@ By [Rick Anderson](https://twitter.com/RickAndMSFT) ## View components -View components are similar to partial views, but they're much more powerful. View components don't use model binding, they depend on the data past when calling the view component. This article was written using controllers and views, but view components work with [Razor Pages](https://www.learnrazorpages.com/razor-pages/view-components). +View components are similar to partial views, but they're much more powerful. View components don't use model binding, they depend on the data passed when calling the view component. This article was written using controllers and views, but view components work with [Razor Pages](https://www.learnrazorpages.com/razor-pages/view-components). A view component: @@ -105,7 +105,7 @@ To customize the view search path, modify Razor's