Skip to content

Commit 519939f

Browse files
sungam3rlunny
andauthored
Fix typo in command-line.en-us.md (#22681)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 parent f518b42 commit 519939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/command-line.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Currently there are a check list below:
382382
Sometimes if you moved or renamed your Gitea binary when upgrade and you haven't run `Update the '.ssh/authorized_keys' file with Gitea SSH keys. (Not needed for the built-in SSH server.)` on your Admin Panel. Then all pull/push via SSH will not be work.
383383
This check will help you to check if it works well.
384384

385-
For contributors, if you want to add more checks, you can wrie ad new function like `func(ctx *cli.Context) ([]string, error)` and
385+
For contributors, if you want to add more checks, you can write a new function like `func(ctx *cli.Context) ([]string, error)` and
386386
append it to `doctor.go`.
387387

388388
```go

0 commit comments

Comments
 (0)