From da58983c89e12a16d97eecdb4f156bc040c82bc3 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 18 Nov 2025 00:04:57 +0800 Subject: [PATCH] Fix typos Found via `codespell -S *.pdf` --- docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.go b/docker.go index b92299c..0a5b2ab 100644 --- a/docker.go +++ b/docker.go @@ -27,7 +27,7 @@ const DockerDefaultImage = "ghcr.io/typst/typst:0.14.0" // Therefore the container will start and stop automatically. // To have more control over the lifetime of a Docker container see typst.DockerExec. type Docker struct { - Image string // The image to use, defaults to the latest supported offical Typst Docker image if left empty. See: typst.DockerDefaultImage. + Image string // The image to use, defaults to the latest supported official Typst Docker image if left empty. See: typst.DockerDefaultImage. WorkingDirectory string // The working directory of Docker. When left empty, Docker will be run with the process's current working directory. // Additional bind-mounts or volumes that are passed via "--volume" flag to Docker.