diff options
author | FChannel <> | 2022-05-22 13:02:48 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 6a0f664b565716ad08301e7699d6c0393dbba977 (patch) | |
tree | f760adc388604486b9660682c629f44e6db61694 /routes/webfinger.go | |
parent | 580dec5b89215310ce34341e11ff17fe38bdb63a (diff) |
following pass through
Diffstat (limited to 'routes/webfinger.go')
-rw-r--r-- | routes/webfinger.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" { |