Skip to content

Commit f30c06e

Browse files
Fix missing word in prerequisites section (#5276)
1 parent 1c9deac commit f30c06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • entity-framework/core/managing-schemas/scaffolding

entity-framework/core/managing-schemas/scaffolding/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Reverse engineering is the process of scaffolding entity type classes and a [DbC
1818
1919
## Prerequisites
2020

21-
- 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.
21+
- 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.
2222
- Install the NuGet package for `Microsoft.EntityFrameworkCore.Design` in the project you are scaffolding to.
2323
- Install the NuGet package for the [database provider](xref:core/providers/index) that targets the database schema you want to scaffold from.
2424

0 commit comments

Comments
 (0)