Skip to content

Commit fc627d4

Browse files
johnnypwongsnicoll
authored andcommitted
Fix typo in OAuth2 client registration documentation
See gh-50193 Signed-off-by: Johnny Wong <37771832+johnnypwong@users.noreply.github.com>
1 parent 33c7a01 commit fc627d4

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)