From e5cf85b886e5c3df478f9dc69daeba544a33caee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 14 Apr 2025 22:57:45 +0300 Subject: typo --- internal/platforms/linkedin/preview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platforms/linkedin/preview.go b/internal/platforms/linkedin/preview.go index 41b99a5..a583c7a 100644 --- a/internal/platforms/linkedin/preview.go +++ b/internal/platforms/linkedin/preview.go @@ -41,7 +41,7 @@ func NewPreview(ctx context.Context, args config.Args, urls []string) (preview, p.title = urls[0] } if errors.Is(err, errNoImageElementFound) { - colour.Infoln("URL", urls[0], "without any image, that's fine, though.") + colour.Infoln("URL", urls[0], "is without any image, that's fine, though.") } if !errors.Is(err, errNoTitleElementFound) && !errors.Is(err, errNoImageElementFound) { return p, err -- cgit v1.2.3