mines: Grammar fix in instructions

This commit is contained in:
Ben Harris
2022-11-18 00:11:39 +00:00
parent 7e19d6f4b1
commit 51b496e118

View File

@ -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>