From 12014c07985c020b135a0afd39774a2368feb018 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 29 May 2026 21:53:13 +0200 Subject: [PATCH] docs: fix typo in README.md (#1809) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df38357..b67698c 100644 --- a/README.md +++ b/README.md @@ -584,7 +584,7 @@ claims ([1][gh-blog-oidc], [2][sub-claim-custom]). > **Warning:** Avoid `ForAllValues:` in `Allow` statements. These operators > return true when the claim is absent or misspelled, which can lead to -> uninended access. Instead, use `StringEquals` or `StringLike` operators to +> unintended access. Instead, use `StringEquals` or `StringLike` operators to > check for specific claim values. [least-privilege]: