Skip to content

Commit f954d0b

Browse files
committed
had an error in coursera name
1 parent 99cd04e commit f954d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courseList_v2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
if ($site === "MIT") {
2727
$groups[$letter]["MIT"]["..."][] = $row;
2828
} else {
29-
$groups[$letter]["Coursear, Canvas, Edx, Stanford, Udacity"][$site][] = $row;
29+
$groups[$letter]["Coursera, Canvas, Edx, Stanford, Udacity"][$site][] = $row;
3030
}
3131

3232
}

0 commit comments

Comments
 (0)