From 9b620cf187d0cb19619e42d15b2c54e932aadc9d Mon Sep 17 00:00:00 2001
From: Evgeny Kuznetsov <evgeny@kuznetsov.md>
Date: Wed, 22 Mar 2023 15:57:31 +0300
Subject: fix: error message wording

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 42e64cf..565f23c 100644
--- a/main.go
+++ b/main.go
@@ -6,7 +6,7 @@ import (
 )
 
 const (
-	errSrcInvalid = "source contains no valid URL"
+	errSrcInvalid = "source is not a parsable URL"
 )
 
 // endpoint is a webmention receiver.
-- 
cgit v1.2.3