Skip to content

Commit 054bbae

Browse files
committed
Merge pull request #50193 from johnnypwong
* fix-typo-doc-spring-security-provider: Fix typo in OAuth2 client registration documentation Closes gh-50193
2 parents 33c7a01 + fc627d4 commit 054bbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ For production environments, consider using a javadoc:org.springframework.securi
214214
==== OAuth2 Client Registration for Common Providers
215215

216216
For common OAuth2 and OpenID providers (Google, Github, Facebook, and Okta), we provide a set of provider defaults.
217-
The IDs of these common provides are `google`, `github`, `facebook`, and `okta`, respectively.
217+
The IDs of these common providers are `google`, `github`, `facebook`, and `okta`, respectively.
218218

219219
If you do not need to customize these providers, set the registration's `provider` property to the ID of one of the common providers.
220220
Alternatively, you can xref:web/spring-security.adoc#web.security.oauth2.client[use a registration ID that matches the ID of the provider].

0 commit comments

Comments
 (0)