Skip to content

Commit 2c0a255

Browse files
committed
review
1 parent 550e7d2 commit 2c0a255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/docs/welcome/install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ We don't recommend using `go tool`.
172172
But if you want to use `go tool` to install and run golangci-lint (once again we don't recommend that),
173173
the best approach is to use a dedicated module or module file to isolate golangci-lint from other tools or dependencies.
174174

175-
This approach avoid to modifying your project dependencies and the golangci-lint dependencies.
175+
This approach avoids modifying your project dependencies and the golangci-lint dependencies.
176176

177177
**⚠️ IMPORTANT ⚠️: You should never update golangci-lint dependencies manually.**
178178

179-
**Method 1 (dedicated module file)**
179+
**Method 1: dedicated module file**
180180

181181
```sh
182182
# Create a dedicated module file
@@ -199,7 +199,7 @@ go tool -modfile=golangci-lint.mod golangci-lint run
199199
go get -tool -modfile=golangci-lint.mod github.com/golangci/v2/golangci-lint/cmd/golangci-lint@latest
200200
```
201201

202-
**Method 2 (dedicated module)**
202+
**Method 2: dedicated module**
203203

204204
```sh
205205
# Create a dedicated directory

0 commit comments

Comments
 (0)