1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-06-19 23:24:39 +02:00

docs: fix "lets" -> "let's" in quick-start guide (#6661)

Tiny grammar fix in the Quick Start guide: "Now, lets run a local-only
release" should be "let's" (contraction of "let us"). It's the line
right before the first command in the onboarding tutorial.

Signed-off-by: s3onghyun <s3onghyun.hong@gmail.com>
This commit is contained in:
SEONGHYUN HONG
2026-06-18 22:49:51 +09:00
committed by GitHub
parent b9e1dc4adf
commit 7e87fd39b2
+1 -1
View File
@@ -106,7 +106,7 @@ Run the init command to create an example `.goreleaser.yaml` file:
goreleaser init
```
Now, lets run a "local-only" release to see if it works using the release command:
Now, let's run a "local-only" release to see if it works using the release command:
```sh
goreleaser release --snapshot --clean