Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Luboš Račanský <[email protected]>
  • Loading branch information
romanstrobl and banterCZ authored Dec 12, 2024
1 parent a8fa190 commit d1ea13d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class CommitUpgradeRequest {

@Schema(description = "Activation identifier")
@NotEmpty(message = "Activation ID must not be empty when commiting upgrade")
@NotEmpty(message = "Activation ID must not be empty when committing upgrade")
private String activationId;

@Schema(description = "Application key")
Expand Down

0 comments on commit d1ea13d

Please sign in to comment.