From 6e498cb3f90da795cd1c8f83b3c872cd10dbeb9d Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 10 Mar 2018 09:57:51 +0800 Subject: [PATCH] Typo "offical"->"official" It should be "official" here. --- docs/development/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/Docker.md b/docs/development/Docker.md index 8e6d6c1f34..3f98b7fc4a 100644 --- a/docs/development/Docker.md +++ b/docs/development/Docker.md @@ -1,5 +1,5 @@ In order to develop inside a Docker container you must mount your local copy of -the Kops repo into the container's `GOPATH`. For the offical Golang Docker +the Kops repo into the container's `GOPATH`. For the official Golang Docker image this is simply a matter of running the following command: ```bash