From 4b44a2d924aeca2c6550b8f0edf8c0e63408983c Mon Sep 17 00:00:00 2001 From: Kawin Naipongprasit <56186666+kawin-nai@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:13:51 +0000 Subject: [PATCH] Adapeter to Adapter --- docs/modules/ROOT/pages/migration/servlet/config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/migration/servlet/config.adoc b/docs/modules/ROOT/pages/migration/servlet/config.adoc index 0335035b47..95ca467ad0 100644 --- a/docs/modules/ROOT/pages/migration/servlet/config.adoc +++ b/docs/modules/ROOT/pages/migration/servlet/config.adoc @@ -692,7 +692,7 @@ open class SecurityConfiguration { === Publish an `AuthenticationManager` Bean -As part of `WebSecurityConfigurerAdapeter` removal, `configure(AuthenticationManagerBuilder)` is also removed. +As part of `WebSecurityConfigurerAdapter` removal, `configure(AuthenticationManagerBuilder)` is also removed. Preparing for its removal will differ based on your reason for using it. ==== LDAP Authentication