fix(docs): fix typo

Signed-off-by: João Fernandes <joaofnds@joaofnds.com>
This commit is contained in:
João Fernandes 2021-11-11 10:03:41 -03:00 committed by João Fernandes
parent f4d6dc539c
commit 111c5b9cc8
No known key found for this signature in database
GPG Key ID: 064E0BACE9889F9C

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"