From f2f41723fbbf7a5b2f4ff93f1356aee7350562c2 Mon Sep 17 00:00:00 2001 From: Adrian Plata <51415348+adrian-plata@users.noreply.github.com> Date: Thu, 20 Jun 2019 10:54:27 -0700 Subject: [PATCH] fixing missing word --- compose/aspnet-mssql-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/aspnet-mssql-compose.md b/compose/aspnet-mssql-compose.md index 0276dc41e1..e3ab46a321 100644 --- a/compose/aspnet-mssql-compose.md +++ b/compose/aspnet-mssql-compose.md @@ -114,7 +114,7 @@ configure this app to use our SQL Server database, and then create a ports they are using, and their specific environment variables. > **Note**: You may receive an error if you choose the wrong Compose file - > version. Be sure to choose a verison that is compatible with system. + > version. Be sure to choose a verison that is compatible with your system. 1. Go to `Startup.cs` and locate the function called `ConfigureServices` (Hint: it should be under line 42). Replace the entire function to use the following