Merge pull request #1122 from joaofnds/patch-1

fix(docs): fix typo
This commit is contained in:
Andrea Luzzardi
2021-11-12 10:41:46 -08:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ source: dagger.#Artifact
// Here we define a test phase.
// We're using `os.#Container`, a built-in package that will spawn a container
// We're also using `docker.#Pull` to execute the container from a Docker image
// comifrom a registry.
// coming from a registry.
test: os.#Container & {
image: docker.#Pull & {
from: "golang:1.16-alpine"