From 426d3ce39ba43039f21b205a2d0d702a4d4de3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Deest?= Date: Wed, 23 Mar 2022 13:00:12 +0100 Subject: [PATCH] Typo Co-authored-by: Georgi Lyubenov --- changelog.d/1571 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/1571 b/changelog.d/1571 index c158d0cb..c3638b64 100644 --- a/changelog.d/1571 +++ b/changelog.d/1571 @@ -2,7 +2,7 @@ synopsis: Support UVerb in servant-auth-server prs: #1571 issues: #1570 description: { -UVerb endpoints are now supported by servant-auth-server and can used under the +UVerb endpoints are now supported by servant-auth-server and can be used under the Auth combinator when writing servers. It is still unsupported by servant-auth-client. }