We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769ff2e commit 5bfc5ffCopy full SHA for 5bfc5ff
1 file changed
resources/js/TBAInterface.js
@@ -1,4 +1,4 @@
1
-// TBAInterface funcitons to pull data from TheBlueAlliance.com
+// TBAInterface functions to pull data from TheBlueAlliance.com
2
var teams = null;
3
var schedule = null;
4
var authKey = "uTHeEfPigDp9huQCpLNkWK7FBQIb01Qrzvt4MAjh9z2WQDkrsvNE77ch6bOPvPb6";
@@ -25,7 +25,7 @@ function getTeams(eventCode) {
25
}
26
27
/**
28
- * Get schefule for event
+ * Get schedule for event
29
*
30
* @param {eventCode} eventCode the event code (i.e. 2020caln) to pull the team list
31
*/
0 commit comments