From 6ffc5e6ed0aec94ed197e0928d61281f8897f5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 28 Nov 2022 12:45:19 +0100 Subject: [PATCH] Fix `and` -> `an` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/openid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/openid.yaml b/data/api/client-server/openid.yaml index a6adeb7f..28c28516 100644 --- a/data/api/client-server/openid.yaml +++ b/data/api/client-server/openid.yaml @@ -47,7 +47,7 @@ paths: type: string name: userId description: |- - The user to request and OpenID token for. Should be the user who + The user to request an OpenID token for. Should be the user who is authenticated for the request. required: true x-example: "@alice:example.com"