We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61b1290 + 9ad88c2 commit 713f1b1Copy full SHA for 713f1b1
springdoc-openapi-starter-webmvc-ui/src/main/java/org/springdoc/webmvc/ui/SwaggerWelcomeWebMvc.java
@@ -57,7 +57,7 @@ public class SwaggerWelcomeWebMvc extends SwaggerWelcomeCommon {
57
/**
58
* The Mvc servlet path.
59
*/
60
-// 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
61
@Value(MVC_SERVLET_PATH)
62
private String mvcServletPath;
63
0 commit comments