Skip to content

Commit 6104fa2

Browse files
authored
Update sentence to trigger re-loc (#35015)
1 parent c392d0e commit 6104fa2

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In this tutorial, EF Core migrations are used. A migration updates the database
155155

156156
Seeding code can create a set of records for development testing or even be used to create the initial data for a new production database.
157157

158-
Create a new class named `SeedData` in the `Data` folder with the following code.
158+
In the `Data` folder, create a new class named `SeedData` with the following code.
159159

160160
`Data/SeedData.cs`:
161161

0 commit comments

Comments
 (0)