Fix spelling mistake in golang docs (#15305)

This commit is contained in:
Roberto Villarreal 2022-08-03 03:15:28 -06:00 committed by GitHub
parent 03bff5d55e
commit ad96551b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -416,9 +416,9 @@ application binary had been compiled.
These are legit concerns. Both can be solved by using _multi-stage builds_. The These are legit concerns. Both can be solved by using _multi-stage builds_. The
following example is provided with little explanation because this would derail following example is provided with little explanation because this would derail
us from our current concerns, but please feel free to explore on your own later. us from our current concerns, but please feel free to explore on your own later.
The main idea is that we use one image to produce some artefacts, which are then The main idea is that we use one image to produce some artifacts, which are then
placed into another, much smaller image, containing only the parts necessary for placed into another, much smaller image, containing only the parts necessary for
running the artefacts that we'd built. running the artifacts that we'd built.
The `Dockerfile.multistage` in the sample application's repo has the following The `Dockerfile.multistage` in the sample application's repo has the following
content: content: