Skip to content

Commit a2a942a

Browse files
ahrtrSeigeC
authored andcommitted
docs: fix a typo and a syntax error in architecture.mdx (golangci#2351)
1 parent 478e4a2 commit a2a942a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/contributing/architecture.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In the function `NewExecutor` we do the following:
7373
2. init [cobra](https://github.com/spf13/cobra) commands
7474
3. parse config file using [viper](https://github.com/spf13/viper) and merge it with command line args.
7575

76-
The following execution is controlled by `cobra`. If user a user executes `golangci-lint run`
76+
The following execution is controlled by `cobra`. If a user executes `golangci-lint run`
7777
then `cobra` executes `e.runCmd`.
7878

7979
Different `cobra` commands have different runners, e.g. a `run` command is configured in the following way:
@@ -104,7 +104,7 @@ The primary execution function of the `run` command is `executeRun`.
104104
## Load Packages
105105

106106
Loading packages is listing all packages and their recursive dependencies for analysis.
107-
Also, depending from enabled linters set some parsing of a source code can be performed
107+
Also, depending on the enabled linters set some parsing of the source code can be performed
108108
at this step.
109109

110110
Packages loading starts here:

0 commit comments

Comments
 (0)