Skip to content

Commit d30efd8

Browse files
Fix typo (#2673)
1 parent b60fc51 commit d30efd8

File tree

1 file changed

+1
-1
lines changed
  • entity-framework/ef6/modeling/code-first/migrations

1 file changed

+1
-1
lines changed

entity-framework/ef6/modeling/code-first/migrations/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Code First Migrations is the recommended way to evolve your application's databa
1212
2. Generating migrations to keep track of changes you make to your EF model
1313
2. Keep your database up to date with those changes
1414

15-
The following walkthrough will provide an overview Code First Migrations in Entity Framework. You can either complete the entire walkthrough or skip to the topic you are interested in. The following topics are covered:
15+
The following walkthrough will provide an overview of Code First Migrations in Entity Framework. You can either complete the entire walkthrough or skip to the topic you are interested in. The following topics are covered:
1616

1717
## Building an Initial Model & Database
1818

0 commit comments

Comments
 (0)