From 4727f174b781e3cd6cd8b26be3f2cdfc6cba899f Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Sun, 7 Jan 2024 21:07:30 -0300 Subject: [PATCH] Fix typo in the docs (#4636) [ci-skip] Signed-off-by: Marcel Ribeiro-Dantas --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index f85e8c7977..a0f6e51a84 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1446,12 +1446,12 @@ The following settings are available: `singularity.ociAutoPull` : :::{versionadded} 23.12.0-edge ::: -: When enabled, OCI (and Docker) container images are pull and converted to a SIF image file format implicitly by the Singularity run command, instead of Nextflow. Requires Singulairty 3.11 or later (default: `false`). +: When enabled, OCI (and Docker) container images are pull and converted to a SIF image file format implicitly by the Singularity run command, instead of Nextflow. Requires Singularity 3.11 or later (default: `false`). `singularity.ociMode` : :::{versionadded} 23.12.0-edge ::: -: Enable OCI-mode, that allows running native OCI compliant container image with Singularity using `crun` or `runc` as low-level runtime. Note: it requires Singulairty 4 or later. See `--oci` flag in the [Singularity documentation](https://docs.sylabs.io/guides/4.0/user-guide/oci_runtime.html#oci-mode) for more details and requirements (default: `false`). +: Enable OCI-mode, that allows running native OCI compliant container image with Singularity using `crun` or `runc` as low-level runtime. Note: it requires Singularity 4 or later. See `--oci` flag in the [Singularity documentation](https://docs.sylabs.io/guides/4.0/user-guide/oci_runtime.html#oci-mode) for more details and requirements (default: `false`). `singularity.pullTimeout` : The amount of time the Singularity pull can last, exceeding which the process is terminated (default: `20 min`).