shithub: puzzles

Download patch

ref: 51b496e1183baceeaee8679e922a290dc51f8207
parent: 7e19d6f4b10b9c3849bb46d974264289ccf946f8
author: Ben Harris <bjh21@bjh21.me.uk>
date: Thu Nov 17 19:11:39 EST 2022

mines: Grammar fix in instructions

--- a/html/mines.html
+++ b/html/mines.html
@@ -3,7 +3,7 @@
 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>