From 10065e8fb75d9d39a0336430074f79ae7e739dba Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 4 Mar 2026 10:30:56 +0000 Subject: [PATCH] Update content/client-server-api/_index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com> --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index cf961384..6cda4763 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -1741,7 +1741,7 @@ and use of the device ID. This login flow uses the [authorization code grant](#authorization-code-grant) and is suitable for clients where the following criteria are met: -- The is a web browser available for the user to complete authentication and +- There is a web browser available for the user to complete authentication and authorization. - The client can receive the callback via a redirect from the web browser.