fix: correct casing in validation message for consistency

This commit is contained in:
Michael Czechowski
2025-05-20 02:18:10 +02:00
parent dcb4f77c09
commit 3cb2b9c412

View File

@@ -21,7 +21,7 @@ export function validateUserCode(userCode, lesson) {
isValid: true,
validCases: 0,
totalCases: validations.length ?? 0,
message: "Your code looks CRISPY!"
message: "Your CODE looks CRISPY!"
};
// Process each validation rule