Parcourir la source

Fix typo in command-line.en-us.md (#22681)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.19.0-rc0
Ivan Maximov il y a 1 an
Parent
révision
519939fa8c
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      docs/content/doc/usage/command-line.en-us.md

+ 1
- 1
docs/content/doc/usage/command-line.en-us.md Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer