Skip to content

Commit

Permalink
Merge pull request #2454 from zinzoddari/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bnasslahsen committed Feb 25, 2024
2 parents 61b1290 + 9ad88c2 commit 713f1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class SwaggerWelcomeWebMvc extends SwaggerWelcomeCommon {
/**
* The Mvc servlet path.
*/
// To keep compatiblity with spring-boot 1 - WebMvcProperties changed package from srping 4 to spring 5
// To keep compatibility with spring-boot 1 - WebMvcProperties changed package from spring 4 to spring 5
@Value(MVC_SERVLET_PATH)
private String mvcServletPath;

Expand Down

0 comments on commit 713f1b1

Please sign in to comment.