From 6708031ae533c73e0f192e4406d7a0bb67537eda Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sun, 7 Aug 2022 12:24:11 -0300 Subject: [PATCH] docs: improve wording on archive --- www/docs/customization/archive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/customization/archive.md b/www/docs/customization/archive.md index b5e8f9980d4..803b137c281 100644 --- a/www/docs/customization/archive.md +++ b/www/docs/customization/archive.md @@ -48,9 +48,9 @@ archives: darwin: macOS linux: Tux - # Set to true, if you want all files in the archive to be in a single directory. + # Set this to true if you want all files in the archive to be in a single directory. # If set to true and you extract the archive 'goreleaser_Linux_arm64.tar.gz', - # you get a folder 'goreleaser_Linux_arm64'. + # you'll get a folder 'goreleaser_Linux_arm64'. # If set to false, all files are extracted separately. # You can also set it to a custom folder name (templating is supported). # Default is false.