From 6a0f664b565716ad08301e7699d6c0393dbba977 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 22 May 2022 13:02:48 -0700 Subject: following pass through --- routes/webfinger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/webfinger.go') diff --git a/routes/webfinger.go b/routes/webfinger.go index 495e6c7..3d5fa63 100644 --- a/routes/webfinger.go +++ b/routes/webfinger.go @@ -24,7 +24,7 @@ func Webfinger(c *fiber.Ctx) error { if len(actorDomain) < 2 { c.Status(fiber.StatusBadRequest) - return c.Send([]byte("accpets only subject form of acct:board@instance")) + return c.Send([]byte("accepts only subject form of acct:board@instance")) } if actorDomain[0] == "main" { -- cgit v1.2.3