Correct typo in boot validation type name

This commit is contained in:
aboyko
2023-06-12 11:10:13 -04:00
parent b257595fa2
commit f3b7a2f7ad
4 changed files with 4 additions and 4 deletions

View File

@@ -420,7 +420,7 @@
"ERROR"
]
},
"spring-boot.ls.problem.boot2.HTTP_SECIRITY_AUTHORIZE_HTTP_REQUESTS": {
"spring-boot.ls.problem.boot2.HTTP_SECURITY_AUTHORIZE_HTTP_REQUESTS": {
"type": "string",
"default": "WARNING",
"description": "'HttpSecurity.authroizeRequests(...)' API and related classes are to be deprecated use new `authorizeHttpRequests(...) and related classes",