Skip to content

Commit 713f1b1

Browse files
authored
Merge pull request #2454 from zinzoddari/typo
Fix typo
2 parents 61b1290 + 9ad88c2 commit 713f1b1

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)