From 7a01ad14d940d79a49edadf1ce1d6f3458775948 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Sat, 9 Mar 2019 15:18:47 +0800 Subject: [PATCH] Fix typo --- remote-debugging-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-debugging-docker/README.md b/remote-debugging-docker/README.md index 2ec0d35..29746a2 100644 --- a/remote-debugging-docker/README.md +++ b/remote-debugging-docker/README.md @@ -2,7 +2,7 @@ ## Setup your remote environment ### Step 1: Build docker image and run it -* Open a temrinal window +* Open a terminal window * Type the following command in the terminal window `docker build -t remote-debugging-docker .` * Type the following command in the terminal window