From 44bb37f109c7d16e0b9702beae92d8a21772d280 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Fri, 11 Oct 2019 11:50:30 -0700 Subject: [PATCH] fix typo (offical -> official) (#1836) * fix typo (offical -> official) * fix typo --- docs/serving/samples/hello-world/helloworld-go/Dockerfile | 2 +- docs/serving/samples/hello-world/helloworld-go/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/samples/hello-world/helloworld-go/Dockerfile b/docs/serving/samples/hello-world/helloworld-go/Dockerfile index 06531f631..3adce8bf9 100644 --- a/docs/serving/samples/hello-world/helloworld-go/Dockerfile +++ b/docs/serving/samples/hello-world/helloworld-go/Dockerfile @@ -1,4 +1,4 @@ -# Use the offical Golang image to create a build artifact. +# Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang FROM golang:1.13 as builder diff --git a/docs/serving/samples/hello-world/helloworld-go/README.md b/docs/serving/samples/hello-world/helloworld-go/README.md index b4e55463f..e2567a06b 100644 --- a/docs/serving/samples/hello-world/helloworld-go/README.md +++ b/docs/serving/samples/hello-world/helloworld-go/README.md @@ -69,7 +69,7 @@ cd knative-docs/docs/serving/samples/hello-world/helloworld-go [Deploying Go servers with Docker](https://blog.golang.org/docker). ```docker - # Use the offical Golang image to create a build artifact. + # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang FROM golang:1.13 as builder