summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-14 22:57:45 +0300
committerPaul Buetow <paul@buetow.org>2025-04-14 22:57:45 +0300
commite5cf85b886e5c3df478f9dc69daeba544a33caee (patch)
treef02c9590e3d8b6e31a7df88d8f668611bb2bf083
parent40bc4141daf6ba2869a5a95ef55095b0c7559af8 (diff)
typo
-rw-r--r--internal/platforms/linkedin/preview.go2
1 files changed, 1 insertions, 1 deletions
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