Skip to content

Commit dcb5591

Browse files
committed
Fix typo
1 parent 74b36fc commit dcb5591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-matrix/backend/src/controllers/timetablesController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
if (existingTimetable) {
4444
return res
4545
.status(400)
46-
.json({ error: "A timetable with this title already exist" });
46+
.json({ error: "A timetable with this title already exists" });
4747
}
4848

4949
//Create query to insert the user_id and timetable_title into the db

0 commit comments

Comments
 (0)