diff --git a/entity-framework/core/get-started/index.md b/entity-framework/core/get-started/index.md index 69b9c8c20d..948df625aa 100644 --- a/entity-framework/core/get-started/index.md +++ b/entity-framework/core/get-started/index.md @@ -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