From 51b496e1183baceeaee8679e922a290dc51f8207 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 18 Nov 2022 00:11:39 +0000 Subject: [PATCH] mines: Grammar fix in instructions --- html/mines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/mines.html b/html/mines.html index d17d6ff..4865bc9 100644 --- a/html/mines.html +++ b/html/mines.html @@ -3,7 +3,7 @@ Mines Try to expose every square in the grid that is not one of the hidden mines, without opening any square that is a mine.

-Click in a square to open it. Every opened square are marked with +Click in a square to open it. Every opened square is marked with the number of mines in the surrounding 8 squares, if there are any; if not, all the surrounding squares are automatically opened.