We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cd04e commit f954d0bCopy full SHA for f954d0b
courseList_v2.php
@@ -26,7 +26,7 @@
26
if ($site === "MIT") {
27
$groups[$letter]["MIT"]["..."][] = $row;
28
} else {
29
- $groups[$letter]["Coursear, Canvas, Edx, Stanford, Udacity"][$site][] = $row;
+ $groups[$letter]["Coursera, Canvas, Edx, Stanford, Udacity"][$site][] = $row;
30
}
31
32
0 commit comments