Fix typo in tictactoe game state url
This commit is contained in:
parent
163546d5b3
commit
3e655d56cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { url } from "./editor.js";
|
||||
|
||||
const gameurl = `${url}ticktactoegamestate`;
|
||||
const gameurl = `${url}tictactoegamestate`;
|
||||
const board = [
|
||||
tictactoebutton0,
|
||||
tictactoebutton1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue