Update memory-game/components/MemoryGame.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1500/head
prathoseraaj V 2 months ago committed by GitHub
parent 7abeac2c3a
commit ef66bdeb6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,7 +29,7 @@ const MemoryGame = () => {
setGridSize(size);
setError("");
} else {
setError("Please enter a grid size where gridSize is even (e.g. 2, 4, 6, 8, 10)");
setError("Please enter a grid size where size is even (e.g. 2, 4, 6, 8, 10)");
}
};

Loading…
Cancel
Save