Skip to content

Commit

Permalink
Update gallery_index.rb
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
TomK32 authored Sep 22, 2023
1 parent c32c6cb commit ebf96d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cheesy-gallery/gallery_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ebf96d8

Please sign in to comment.