mirror of https://github.com/knative/docs.git
fix typo (offical -> official) (#1836)
* fix typo (offical -> official) * fix typo
This commit is contained in:
parent
11e51f0771
commit
44bb37f109
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue