diff options
| -rw-r--r-- | internal/platforms/linkedin/preview.go | 2 |
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 |
