From b87dd8728ad64c09b36ca0abf7358786a92c85e1 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 12 Jun 2019 20:39:21 -0700 Subject: [PATCH] Update model2.md (#12825) --- aspnetcore/includes/RP/model2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/RP/model2.md b/aspnetcore/includes/RP/model2.md index 61a3b7eb94..62a3c3d318 100644 --- a/aspnetcore/includes/RP/model2.md +++ b/aspnetcore/includes/RP/model2.md @@ -12,7 +12,7 @@ The preceding code creates a `DbSet` property for the entity set. In Entity Fram ### Add a database connection string -Add a connection string to the *appsettings.json* file: +Add a connection string to the *appsettings.json* file as shown in the following highlighted code: [!code-json[](~/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie/appsettings_SQLite.json?highlight=8-10)]