fix typo (offical -> official) (#1836)

* fix typo (offical -> official)

* fix typo
This commit is contained in:
Quinn Slack 2019-10-11 11:50:30 -07:00 committed by Knative Prow Robot
parent 11e51f0771
commit 44bb37f109
2 changed files with 2 additions and 2 deletions

View File

@ -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. # This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang # https://hub.docker.com/_/golang
FROM golang:1.13 as builder FROM golang:1.13 as builder

View File

@ -69,7 +69,7 @@ cd knative-docs/docs/serving/samples/hello-world/helloworld-go
[Deploying Go servers with Docker](https://blog.golang.org/docker). [Deploying Go servers with Docker](https://blog.golang.org/docker).
```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. # This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang # https://hub.docker.com/_/golang
FROM golang:1.13 as builder FROM golang:1.13 as builder