diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/mines.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <p> -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. <p> |