You've already forked goreleaser
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user