fix: typo in models.go (#2099)

This commit is contained in:
Ikko Eltociear Ashimine
2024-04-22 13:34:59 +09:00
committed by GitHub
parent f3f6535aad
commit 220958a87c

View File

@ -25,7 +25,7 @@ type ModelsInstall struct {
}
type ModelsCMD struct {
List ModelsList `cmd:"" help:"List the models avaiable in your galleries" default:"withargs"`
List ModelsList `cmd:"" help:"List the models available in your galleries" default:"withargs"`
Install ModelsInstall `cmd:"" help:"Install a model from the gallery"`
}