From 3fb5f91c80754ca97087a9498b0683795b7cc10d Mon Sep 17 00:00:00 2001 From: Erik McKelvey Date: Wed, 4 Oct 2023 15:54:51 -0700 Subject: [PATCH] docs: fix typo in nydus.md Signed-off-by: Erik McKelvey --- docs/nydus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nydus.md b/docs/nydus.md index 14ad3ee022fa..646d772f8895 100644 --- a/docs/nydus.md +++ b/docs/nydus.md @@ -24,7 +24,7 @@ env NYDUS_BUILDER=/path/to/nydus-image buildkitd ... Note: some nydus intermediate files will be created in the working directory during the build process, which will be cleaned up automatically after the build is completed. Use the `NYDUS_WORKDIR` environment variable to change this working directory. -On buildctl side, export nydus image as the one of compression types by specifying `compression=nydus` option: +On buildctl side, export nydus image as one of the compression types by specifying `compression=nydus` option: ``` buildctl build ... \