diff options
author | Ivan Maximov <sungam3r@yandex.ru> | 2023-02-01 00:43:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 21:43:39 +0000 |
commit | 519939fa8c325bf2112286a652fed3256051b260 (patch) | |
tree | 4cf638f41d6a854157694eb7138ea120b186a975 | |
parent | f518b42d4c165cf52d5efdcaa362044a2507c5d2 (diff) | |
download | gitea-519939fa8c325bf2112286a652fed3256051b260.tar.gz gitea-519939fa8c325bf2112286a652fed3256051b260.zip |
Fix typo in command-line.en-us.md (#22681)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
-rw-r--r-- | docs/content/doc/usage/command-line.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/command-line.en-us.md b/docs/content/doc/usage/command-line.en-us.md index 5f05bc4c3b..d9d397df31 100644 --- a/docs/content/doc/usage/command-line.en-us.md +++ b/docs/content/doc/usage/command-line.en-us.md @@ -382,7 +382,7 @@ Currently there are a check list below: 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. This check will help you to check if it works well. -For contributors, if you want to add more checks, you can wrie ad new function like `func(ctx *cli.Context) ([]string, error)` and +For contributors, if you want to add more checks, you can write a new function like `func(ctx *cli.Context) ([]string, error)` and append it to `doctor.go`. ```go |