spelling fix

This commit is contained in:
Krzysztof Majewski 2019-09-26 08:59:52 +02:00
parent b3b7e78ce6
commit 327e46c239

View File

@ -18,7 +18,7 @@ public class ValidationExamples {
@Min(
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;