From ebf96d819daa1a435e4c3325c0c1ce9a3db310af Mon Sep 17 00:00:00 2001 From: "Thomas R. Koll" Date: Fri, 22 Sep 2023 13:26:23 +0200 Subject: [PATCH] Update gallery_index.rb Fix typo --- lib/cheesy-gallery/gallery_index.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cheesy-gallery/gallery_index.rb b/lib/cheesy-gallery/gallery_index.rb index 1bc52c4..9ad0ef1 100644 --- a/lib/cheesy-gallery/gallery_index.rb +++ b/lib/cheesy-gallery/gallery_index.rb @@ -2,7 +2,7 @@ # This Document subclass is used to stand in for gallery indices which do not have a `index.html` class CheesyGallery::GalleryIndex < Jekyll::Document - DEFAULT_CONTENT = "This page intentionally left plank.\n" + DEFAULT_CONTENT = "This page intentionally left blank.\n" # skip reading content, as there is by definition no backing file for this def read_content(_opts = nil)