From 582ff3808db1fa4339324031f60c1682f26669f6 Mon Sep 17 00:00:00 2001 From: Evgenii Medvedev Date: Tue, 26 Dec 2023 12:39:02 +0100 Subject: [PATCH] docs: fix typo in check_boxes (#4499) Typo in documentation check_boxex > check_boxes ... ... ... --- www/docs/includes/repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/includes/repository.md b/www/docs/includes/repository.md index 031bdf1f666..63b706dbda4 100644 --- a/www/docs/includes/repository.md +++ b/www/docs/includes/repository.md @@ -40,7 +40,7 @@ # # Since: v1.20 (pro). # This feature is only available in GoReleaser Pro. - check_boxex: true + check_boxes: true # Base can also be another repository, in which case the owner and name # above will be used as HEAD, allowing cross-repository pull requests.