From 45918b0724c3873b5b15f3fadcf73b696fbf6031 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 2 Sep 2022 11:12:30 -0600 Subject: [PATCH] Fixing typo --- gobwebs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobwebs.go b/gobwebs.go index 397eb0b..6c595a5 100644 --- a/gobwebs.go +++ b/gobwebs.go @@ -3,7 +3,7 @@ package gobwebs const ( // LoginTypeAuth use normal email/password auth LoginTypeAuth int = iota - // LoginTypeEmail use speical email link for auth + // LoginTypeEmail use email "magic" link for auth LoginTypeEmail ) -- 2.45.2