From 2b9e3812c9a41191fa6c8c5634d90fd128713cf8 Mon Sep 17 00:00:00 2001 From: Mostapha Sadeghipour Roudsari Date: Mon, 15 Jul 2019 15:57:08 -0400 Subject: [PATCH] fix typo: symboloic > symbolic (#1478) --- examples/output-artifact-s3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/output-artifact-s3.yaml b/examples/output-artifact-s3.yaml index 0e57bad8d90d..d0170491be7f 100644 --- a/examples/output-artifact-s3.yaml +++ b/examples/output-artifact-s3.yaml @@ -18,7 +18,7 @@ spec: - name: message path: /tmp # It is possible to disable tar.gz archiving by setting the archive strategy to 'none' - # Disabling archiving has the following limitations on S3: symboloic links will not be + # Disabling archiving has the following limitations on S3: symbolic links will not be # uploaded, as S3 does not support the concept/file mode of symlinks. # archive: # none: {}