From 24ccac3555e3f7414ea268ca5cddee81302af30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Tarj=C3=A1nyi?= Date: Sat, 9 Nov 2024 13:14:18 +0100 Subject: [PATCH] Fix typo in documentation --- .../ROOT/pages/reactive/oauth2/resource-server/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/reactive/oauth2/resource-server/index.adoc b/docs/modules/ROOT/pages/reactive/oauth2/resource-server/index.adoc index 56fec650c32..bed1bd97ffe 100644 --- a/docs/modules/ROOT/pages/reactive/oauth2/resource-server/index.adoc +++ b/docs/modules/ROOT/pages/reactive/oauth2/resource-server/index.adoc @@ -7,7 +7,7 @@ Spring Security supports protecting endpoints by offering two forms of OAuth 2.0 * Opaque Tokens This is handy in circumstances where an application has delegated its authority management to an https://tools.ietf.org/html/rfc6749[authorization server] (for example, Okta or Ping Identity). -Resource serves can consult this authorization server to authorize requests. +Resource servers can consult this authorization server to authorize requests. [NOTE] ====