We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bd27a commit 92b9dc8Copy full SHA for 92b9dc8
1 file changed
public/examples/scoreboard.json
@@ -30,7 +30,7 @@
30
"\t\tgetSorted = createMemo((list = []) => {",
31
"\t\t\tlist.forEach((p, i) => lastPos.set(p, i));",
32
"\t\t\tconst newList = state.players.slice().sort((a, b) => {",
33
- "\t\t\t\tif (b.score === a.score) return a.name.localeCompare(b.name); // stabalize the sort",
+ "\t\t\t\tif (b.score === a.score) return a.name.localeCompare(b.name); // stabilize the sort",
34
"\t\t\t\treturn b.score - a.score;",
35
"\t\t\t});",
36
"\t\t\tlet updated = newList.length !== list.length;",
0 commit comments