1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-15 01:34:21 +02:00

docs: fix typos in comments (#5246)

This commit is contained in:
Oleksandr Redko
2024-11-06 01:28:16 +02:00
committed by GitHub
parent 118b626d31
commit 8dad0d8229
6 changed files with 6 additions and 6 deletions

View File

@ -86,7 +86,7 @@ func urlFor(ctx *context.Context, conf config.Blob) (string, error) {
return bucketURL, nil
}
// Takes goreleaser context(which includes artificats) and bucketURL for
// Takes goreleaser context(which includes artifacts) and bucketURL for
// upload to destination (eg: gs://gorelease-bucket) using the given uploader
// implementation.
func doUpload(ctx *context.Context, conf config.Blob) error {