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,