Skip to content

Commit 9ad88c2

Browse files
committed
Fix typo
1 parent a714f41 commit 9ad88c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-webmvc-ui/src/main/java/org/springdoc/webmvc/ui/SwaggerWelcomeWebMvc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class SwaggerWelcomeWebMvc extends SwaggerWelcomeCommon {
5757
/**
5858
* The Mvc servlet path.
5959
*/
60-
// To keep compatiblity with spring-boot 1 - WebMvcProperties changed package from srping 4 to spring 5
60+
// To keep compatibility with spring-boot 1 - WebMvcProperties changed package from spring 4 to spring 5
6161
@Value(MVC_SERVLET_PATH)
6262
private String mvcServletPath;
6363

0 commit comments

Comments
 (0)