loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo (#21201)

<!--

Please check the following:

1. Make sure you are targeting the `main` branch, pull requests on
release branches are only allowed for bug fixes.
2. Read contributing guidelines:
https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
3. Describe what your pull request does and which issue you're targeting
(if any)

-->
I fixed typo.

authored by

naoki kuroda and committed by
GitHub
c87e6a89 395f65c6

+1 -1
+1 -1
cmd/serv.go
··· 43 43 var CmdServ = cli.Command{ 44 44 Name: "serv", 45 45 Usage: "This command should only be called by SSH shell", 46 - Description: `Serv provide access auth for repositories`, 46 + Description: "Serv provides access auth for repositories", 47 47 Action: runServ, 48 48 Flags: []cli.Flag{ 49 49 cli.BoolFlag{