Skip to content

Commit 77a01e6

Browse files
committed
updated md file after FTE review
1 parent 2883a79 commit 77a01e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-custom-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN ${source:-obj/Docker/publish/InstallFont.ps1}
8989
You can find _InstallFont.ps1_ in the **CustomFontSample** project. It's a simple script that installs the font. You can find a more complex version of the script in the [Script Center](https://gallery.technet.microsoft.com/scriptcenter/fb742f92-e594-4d0c-8b79-27564c575133).
9090

9191
> [!NOTE]
92-
> To test the Windows container locally, ensure that the Docker is started on your local machine.
92+
> To test the Windows container locally, ensure that Docker is started on your local machine.
9393
>
9494
9595
## Publish to Azure Container Registry
@@ -255,7 +255,7 @@ git clone https://github.com/Azure-Samples/docker-django-webapp-linux.git --conf
255255

256256
Ensure that you include the `--config core.autocrlf=input` argument to guarantee proper line endings in files that are used inside the Linux container:
257257

258-
Then, go into the folder:
258+
Then, navigate to the folder:
259259

260260
```terminal
261261
cd docker-django-webapp-linux

0 commit comments

Comments
 (0)