spelling fix
This commit is contained in:
parent
b3b7e78ce6
commit
327e46c239
@ -18,7 +18,7 @@ public class ValidationExamples {
|
|||||||
|
|
||||||
@Min(
|
@Min(
|
||||||
value = 1,
|
value = 1,
|
||||||
message = "There must be at least {value} test{value > 1 ? 's' : ''} int the test case"
|
message = "There must be at least {value} test{value > 1 ? 's' : ''} in the test case"
|
||||||
)
|
)
|
||||||
private int testCount;
|
private int testCount;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user