From 7fefea9f169d8e43482a9f6f20ee7876c71bc50b Mon Sep 17 00:00:00 2001 From: Thomas Claudius Huber Date: Tue, 24 Feb 2026 19:55:46 +0100 Subject: [PATCH] Fix missing word in prerequisites section --- entity-framework/core/managing-schemas/scaffolding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/managing-schemas/scaffolding/index.md b/entity-framework/core/managing-schemas/scaffolding/index.md index 6cf14174c5..4ea02e0f0c 100644 --- a/entity-framework/core/managing-schemas/scaffolding/index.md +++ b/entity-framework/core/managing-schemas/scaffolding/index.md @@ -18,7 +18,7 @@ Reverse engineering is the process of scaffolding entity type classes and a [DbC ## Prerequisites -- Before scaffolding, you'll need to install either the [PMC tools](xref:core/cli/powershell), which work on Visual Studio only, or the [.NET CLI tools](xref:core/cli/dotnet), which across all platforms supported by .NET. +- Before scaffolding, you'll need to install either the [PMC tools](xref:core/cli/powershell), which work on Visual Studio only, or the [.NET CLI tools](xref:core/cli/dotnet), which work across all platforms supported by .NET. - Install the NuGet package for `Microsoft.EntityFrameworkCore.Design` in the project you are scaffolding to. - Install the NuGet package for the [database provider](xref:core/providers/index) that targets the database schema you want to scaffold from.