Fix typo in tictactoe game state url

This commit is contained in:
Spencer Killen 2026-05-20 16:37:15 -06:00
parent 163546d5b3
commit 3e655d56cf
Signed by: sjkillen
GPG key ID: 1DAA9D8D7C6ADD05

View file

@ -1,6 +1,6 @@
import { url } from "./editor.js"; import { url } from "./editor.js";
const gameurl = `${url}ticktactoegamestate`; const gameurl = `${url}tictactoegamestate`;
const board = [ const board = [
tictactoebutton0, tictactoebutton0,
tictactoebutton1, tictactoebutton1,