Update to fix typo in dotnetcore.md (#6042)

Fixed typo in step one of Build and run the Docker image
This commit is contained in:
Corey Floyd 2018-02-23 17:34:37 -06:00 committed by Joao Fernandes
parent f3420e8c88
commit d2ab708bff
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ obj\
## Build and run the Docker image
1. In the command prompt and navigate to your project folder.
1. Open a command prompt and navigate to your project folder.
2. Use the following commands to build and run your Docker image:
```console