Skip to content

Commit 3b6dadc

Browse files
authored
Merge pull request #750 from Nowheresly/typo
Fix typo
2 parents 55d92d3 + 8c5b4e5 commit 3b6dadc

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)