We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb87a3c + 92b9dc8 commit cb7785aCopy full SHA for cb7785a
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