diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-18 00:11:39 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-18 00:11:39 +0000 |
| commit | 51b496e1183baceeaee8679e922a290dc51f8207 (patch) | |
| tree | a794c393539283ea2181650f382ee29a09fbd871 /html | |
| parent | 7e19d6f4b10b9c3849bb46d974264289ccf946f8 (diff) | |
| download | puzzles-51b496e1183baceeaee8679e922a290dc51f8207.zip puzzles-51b496e1183baceeaee8679e922a290dc51f8207.tar.gz puzzles-51b496e1183baceeaee8679e922a290dc51f8207.tar.bz2 puzzles-51b496e1183baceeaee8679e922a290dc51f8207.tar.xz | |
mines: Grammar fix in instructions
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> |