Update content/client-server-api/_index.md

Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com>
This commit is contained in:
Hugh Nimmo-Smith 2026-03-04 10:30:56 +00:00 committed by GitHub
parent 19e6fd680b
commit 10065e8fb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.