Merge pull request #50193 from johnnypwong

* fix-typo-doc-spring-security-provider:
  Fix typo in OAuth2 client registration documentation

Closes gh-50193
This commit is contained in:
Stéphane Nicoll
2026-04-24 08:40:24 +02:00
@@ -214,7 +214,7 @@ For production environments, consider using a javadoc:org.springframework.securi
==== OAuth2 Client Registration for Common Providers
For common OAuth2 and OpenID providers (Google, Github, Facebook, and Okta), we provide a set of provider defaults.
The IDs of these common provides are `google`, `github`, `facebook`, and `okta`, respectively.
The IDs of these common providers are `google`, `github`, `facebook`, and `okta`, respectively.
If you do not need to customize these providers, set the registration's `provider` property to the ID of one of the common providers.
Alternatively, you can xref:web/spring-security.adoc#web.security.oauth2.client[use a registration ID that matches the ID of the provider].