From b773e73037ccf366545aece69752d0a05a2c1a72 Mon Sep 17 00:00:00 2001 From: nat Date: Sun, 10 Mar 2024 10:48:59 -0700 Subject: [PATCH] Run aspell on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93659ef..e38c724 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # guestbook.php -This is a guestbook system for personal websites! Its gimick is that it's simple enough to fit in one file (the SQLite database is technically another file, but `guestbook.php` will generate and handle it all on its own). +This is a guestbook system for personal websites! Its gimmick is that it's simple enough to fit in one file (the SQLite database is technically another file, but `guestbook.php` will generate and handle it all on its own). ## Setup