From 3e655d56cfa8fa95c644adeedac20e454076c7de Mon Sep 17 00:00:00 2001 From: sjkillen Date: Wed, 20 May 2026 16:37:15 -0600 Subject: [PATCH] Fix typo in tictactoe game state url --- www/tictactoe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tictactoe.js b/www/tictactoe.js index 761b2d8..dae62a3 100644 --- a/www/tictactoe.js +++ b/www/tictactoe.js @@ -1,6 +1,6 @@ import { url } from "./editor.js"; -const gameurl = `${url}ticktactoegamestate`; +const gameurl = `${url}tictactoegamestate`; const board = [ tictactoebutton0, tictactoebutton1,