Explorar el Código

Adapeter to Adapter

Kawin Naipongprasit hace 2 años
padre
commit
4b44a2d924
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/modules/ROOT/pages/migration/servlet/config.adoc

+ 1 - 1
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