spelling fix

This commit is contained in:
Om Joshi
2021-10-16 20:15:36 -05:00
parent 34511ae465
commit 855c636dad
6 changed files with 13 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ function buildBasicCourseInfo(row, course_name, individual) {
name,
department,
number
} = seperateCourseNameParts(course_name);
} = separateCourseNameParts(course_name);
let instructor_text = $(row).find('td[data-th="Instructor"]').text();
let has_initial = instructor_text.indexOf(',') > 0;
course_info = {