From 847140560ff80d72ba150f8c7e33b046d94b413c Mon Sep 17 00:00:00 2001 From: ctas582 Date: Thu, 21 Jun 2018 14:16:05 +0100 Subject: [PATCH] Correct typo --- slides/intro/Local_Development_Workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/intro/Local_Development_Workflow.md b/slides/intro/Local_Development_Workflow.md index 648dfe18..206e8e3b 100644 --- a/slides/intro/Local_Development_Workflow.md +++ b/slides/intro/Local_Development_Workflow.md @@ -176,7 +176,7 @@ $ docker run -d -v $(pwd):/src -P namer * `namer` is the name of the image we will run. -* We don't specify a command to run because is is already set in the Dockerfile. +* We don't specify a command to run because it is already set in the Dockerfile. Note: on Windows, replace `$(pwd)` with `%cd%` (or `${pwd}` if you use PowerShell).