Skip to content

Commit e78010e

Browse files
committed
Fix existing typo.
1 parent 18340e2 commit e78010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oidc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ which claims are advertised, you can override the ``get_discovery_claims`` metho
278278
a list of claim names to advertise. If your ``get_additional_claims`` uses the first form
279279
and you still want to advertise claims, you can also override ``get_discovery_claims``.
280280

281-
In order to help lcients discover claims early, they can be advertised in the discovery
281+
In order to help clients discover claims early, they can be advertised in the discovery
282282
info, under the ``claims_supported`` key. In order for the discovery info view to automatically
283283
add all claims your validator returns, you need to use the second form (producing callables),
284284
because the discovery info views are requested with an unauthenticated request, so directly

0 commit comments

Comments
 (0)