Skip to content

Commit 9dbbb93

Browse files
committed
Fix spelling
No functional change intended.
1 parent e81837d commit 9dbbb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Entity/ContestProblem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function validate(ExecutionContextInterface $context): void
261261
{
262262
if ($this->getColor() && Utils::convertToHex($this->getColor()) === null) {
263263
$context
264-
->buildViolation('This is not a valid color')
264+
->buildViolation('This is not a valid color.')
265265
->atPath('color')
266266
->addViolation();
267267
}

0 commit comments

Comments
 (0)