Skip to content

Commit 8c5b4e5

Browse files
committed
Fix typo
1 parent 215fa5f commit 8c5b4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocConfigProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public static class ApiDocs {
466466
private String path = Constants.DEFAULT_API_DOCS_URL;
467467

468468
/**
469-
* Weather to generate and serve a OpenAPI document.
469+
* Whether to generate and serve an OpenAPI document.
470470
*/
471471
private boolean enabled = true;
472472

0 commit comments

Comments
 (0)