From 220958a87c17cf6f1c82dcb4f3f3f8756ea3881d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 22 Apr 2024 13:34:59 +0900 Subject: [PATCH] fix: typo in models.go (#2099) --- core/cli/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/models.go b/core/cli/models.go index 62ef366b..6615e21d 100644 --- a/core/cli/models.go +++ b/core/cli/models.go @@ -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"` }