Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza authored and roji committed May 31, 2020
1 parent 8706bbc commit 38955e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Define a context class and entity classes that make up the model.

EF Core can also [reverse engineer](../managing-schemas/scaffolding.md) a model from an existing database.

Tip: This application intentionally keeps things simple for clarity. [Connection strings](../miscellaneous/connection-strings.md) should not be stored in the code for production applications. You may also want to split each C# class into it's own file.
Tip: This application intentionally keeps things simple for clarity. [Connection strings](../miscellaneous/connection-strings.md) should not be stored in the code for production applications. You may also want to split each C# class into its own file.

## Create the database

Expand Down

0 comments on commit 38955e4

Please sign in to comment.