Skip to content

Commit 5bfc5ff

Browse files
authored
Fix typos in TBAInterface.js comments
1 parent 769ff2e commit 5bfc5ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/TBAInterface.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TBAInterface funcitons to pull data from TheBlueAlliance.com
1+
// TBAInterface functions to pull data from TheBlueAlliance.com
22
var teams = null;
33
var schedule = null;
44
var authKey = "uTHeEfPigDp9huQCpLNkWK7FBQIb01Qrzvt4MAjh9z2WQDkrsvNE77ch6bOPvPb6";
@@ -25,7 +25,7 @@ function getTeams(eventCode) {
2525
}
2626

2727
/**
28-
* Get schefule for event
28+
* Get schedule for event
2929
*
3030
* @param {eventCode} eventCode the event code (i.e. 2020caln) to pull the team list
3131
*/

0 commit comments

Comments
 (0)