Skip to content

Commit

Permalink
Update schema description for sub-domain part
Browse files Browse the repository at this point in the history
Corrected the grammar in the schema description for clarity. Changed "It is just the sub-domain part." to "it's just the sub-domain part." to ensure proper use of the contraction.
  • Loading branch information
th-schwarz committed Aug 24, 2024
1 parent 06bce27 commit 6922302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/codes/thischwa/dyndrest/AdminRoutes.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ResponseEntity<Void> addHost(
@PathVariable
String zoneName,
@Schema(
description = "The name of the host to create, It is just the sub-domain part.",
description = "The name of the host to create, it's just the sub-domain part.",
type = "string",
example = "host1")
@PathVariable
Expand Down

0 comments on commit 6922302

Please sign in to comment.