Fix typo in documentation

This commit is contained in:
Martin Tarjányi 2024-11-09 13:14:18 +01:00 committed by Josh Cummings
parent 77233daae7
commit 24ccac3555
1 changed files with 1 additions and 1 deletions

View File

@ -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]
====