fix: correct casing in validation message for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user