From 4f7380c35c4e3a53afa0c05673cd0a3e306bed0a Mon Sep 17 00:00:00 2001 From: Bryer <0xbryer@gmail.com> Date: Wed, 13 Nov 2024 17:47:49 +0200 Subject: [PATCH] Typo Update prebuilt-binaries.md The word occured is incorrect; the correct spelling is occurred (with two "r"s). --- docs/maintainers/prebuilt-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainers/prebuilt-binaries.md b/docs/maintainers/prebuilt-binaries.md index 9be52d76bc..c8c0399a66 100644 --- a/docs/maintainers/prebuilt-binaries.md +++ b/docs/maintainers/prebuilt-binaries.md @@ -13,7 +13,7 @@ Prebuilt binaries are attached to each release via [GoReleaser](https://goreleas ## Steps -1. [Optional] If you need to make any code changes to fix the issue that occured when CI tried to generate and attach the prebuilt binaries, then you likely need to skip validation when running GoReleaser locally. To skip validation, modify the Makefile command like so: +1. [Optional] If you need to make any code changes to fix the issue that occurred when CI tried to generate and attach the prebuilt binaries, then you likely need to skip validation when running GoReleaser locally. To skip validation, modify the Makefile command like so: ```diff ## prebuilt-binary: Create prebuilt binaries and attach them to GitHub release. Requires Docker.