From f33a36f01fbca783eedc41112b729724a82016d4 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Thu, 30 Mar 2023 13:26:03 -0300 Subject: [PATCH] docs: fix typo Signed-off-by: Carlos A Becker --- www/docs/customization/archive.md | 4 ++-- www/docs/customization/blob.md | 2 +- www/docs/customization/checksum.md | 2 +- www/docs/customization/docker.md | 2 +- www/docs/customization/nfpm.md | 2 +- www/docs/customization/publishers.md | 2 +- www/docs/customization/release.md | 2 +- www/docs/customization/snapcraft.md | 2 +- www/docs/customization/source.md | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/docs/customization/archive.md b/www/docs/customization/archive.md index 4a9ede4e5..648fbeb1a 100644 --- a/www/docs/customization/archive.md +++ b/www/docs/customization/archive.md @@ -128,7 +128,7 @@ archives: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. files: # a more complete example, check the globbing deep dive below - src: 'LICENSE.md.tpl' @@ -153,7 +153,7 @@ archives: # Before and after hooks for each archive. # Skipped if archive format is binary. - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. hooks: before: - make clean # simple string diff --git a/www/docs/customization/blob.md b/www/docs/customization/blob.md index 379c10c7e..803a1c1a0 100644 --- a/www/docs/customization/blob.md +++ b/www/docs/customization/blob.md @@ -78,7 +78,7 @@ blobs: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. templated_extra_files: - src: LICENSE.tpl dst: LICENSE.txt diff --git a/www/docs/customization/checksum.md b/www/docs/customization/checksum.md index adfabf059..8fdb9433e 100644 --- a/www/docs/customization/checksum.md +++ b/www/docs/customization/checksum.md @@ -49,7 +49,7 @@ checksum: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. templated_extra_files: - src: LICENSE.tpl dst: LICENSE.txt diff --git a/www/docs/customization/docker.md b/www/docs/customization/docker.md index 7b81c093e..0ffe7386c 100644 --- a/www/docs/customization/docker.md +++ b/www/docs/customization/docker.md @@ -149,7 +149,7 @@ dockers: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. templated_extra_files: - src: LICENSE.tpl dst: LICENSE.txt diff --git a/www/docs/customization/nfpm.md b/www/docs/customization/nfpm.md index edd643b72..7a63d4c8e 100644 --- a/www/docs/customization/nfpm.md +++ b/www/docs/customization/nfpm.md @@ -182,7 +182,7 @@ nfpms: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. files: # a more complete example, check the globbing deep dive below - src: 'LICENSE.md.tpl' diff --git a/www/docs/customization/publishers.md b/www/docs/customization/publishers.md index 418b8e5d6..3c774763d 100644 --- a/www/docs/customization/publishers.md +++ b/www/docs/customization/publishers.md @@ -142,7 +142,7 @@ publishers: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. templated_extra_files: - src: LICENSE.tpl dst: LICENSE.txt diff --git a/www/docs/customization/release.md b/www/docs/customization/release.md index f717e6893..83b75ce8f 100644 --- a/www/docs/customization/release.md +++ b/www/docs/customization/release.md @@ -128,7 +128,7 @@ release: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. templated_extra_files: - src: LICENSE.tpl dst: LICENSE.txt diff --git a/www/docs/customization/snapcraft.md b/www/docs/customization/snapcraft.md index 9b08258e9..0a97b779a 100644 --- a/www/docs/customization/snapcraft.md +++ b/www/docs/customization/snapcraft.md @@ -110,7 +110,7 @@ snapcrafts: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. templated_extra_files: - source: LICENSE.tpl destination: LICENSE.txt diff --git a/www/docs/customization/source.md b/www/docs/customization/source.md index 02ea68e06..11a2fbb9f 100644 --- a/www/docs/customization/source.md +++ b/www/docs/customization/source.md @@ -69,7 +69,7 @@ source: # # Default: empty # Since: v1.17 (pro) - # This feature is available in only GoReleaser Pro. + # This feature is only available in GoReleaser Pro. files: # a more complete example, check the globbing deep dive below - src: 'LICENSE.md.tpl'