fixing missing word

This commit is contained in:
Adrian Plata 2019-06-20 10:54:27 -07:00 committed by GitHub
parent 8c46d71655
commit f2f41723fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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