mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-20 11:49:36 +00:00
Merge pull request #8 from myfloss/fix-typos
Some checks failed
golangci-lint / lint (push) Successful in 21s
test / test non-docker (1.23.x, 0.12.0) (push) Failing after 3s
test / test non-docker (1.23.x, 0.13.0) (push) Failing after 4s
test / test non-docker (1.23.x, 0.13.1) (push) Failing after 4s
test / test non-docker (1.23.x, 0.14.0) (push) Failing after 3s
test / test docker (1.23.x, ) (push) Failing after 17s
test / test docker (1.23.x, ghcr.io/typst/typst:0.14.0) (push) Failing after 17s
test / test docker (1.23.x, ghcr.io/typst/typst:v0.12.0) (push) Failing after 18s
test / test docker (1.23.x, ghcr.io/typst/typst:v0.13.0) (push) Failing after 17s
test / test docker (1.23.x, ghcr.io/typst/typst:v0.13.1) (push) Failing after 17s
Some checks failed
golangci-lint / lint (push) Successful in 21s
test / test non-docker (1.23.x, 0.12.0) (push) Failing after 3s
test / test non-docker (1.23.x, 0.13.0) (push) Failing after 4s
test / test non-docker (1.23.x, 0.13.1) (push) Failing after 4s
test / test non-docker (1.23.x, 0.14.0) (push) Failing after 3s
test / test docker (1.23.x, ) (push) Failing after 17s
test / test docker (1.23.x, ghcr.io/typst/typst:0.14.0) (push) Failing after 17s
test / test docker (1.23.x, ghcr.io/typst/typst:v0.12.0) (push) Failing after 18s
test / test docker (1.23.x, ghcr.io/typst/typst:v0.13.0) (push) Failing after 17s
test / test docker (1.23.x, ghcr.io/typst/typst:v0.13.1) (push) Failing after 17s
Fix typos
This commit is contained in:
commit
8c9fa806af
@ -27,7 +27,7 @@ const DockerDefaultImage = "ghcr.io/typst/typst:0.14.0"
|
|||||||
// Therefore the container will start and stop automatically.
|
// Therefore the container will start and stop automatically.
|
||||||
// To have more control over the lifetime of a Docker container see typst.DockerExec.
|
// To have more control over the lifetime of a Docker container see typst.DockerExec.
|
||||||
type Docker struct {
|
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.
|
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.
|
// Additional bind-mounts or volumes that are passed via "--volume" flag to Docker.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user