From 6365e963c59244a1772dac6a120a4ab904a491c3 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Wed, 27 Sep 2023 22:48:54 +0200 Subject: [PATCH] Fix comment --- Sources/Generator/Generators/PageContentGenerator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Generator/Generators/PageContentGenerator.swift b/Sources/Generator/Generators/PageContentGenerator.swift index efcd7ae..ba8b825 100644 --- a/Sources/Generator/Generators/PageContentGenerator.swift +++ b/Sources/Generator/Generators/PageContentGenerator.swift @@ -103,7 +103,7 @@ struct PageContentGenerator { // For videos: ![option1,option2,...](file) // For svg with custom area: ![x,y,width,height](file.svg) // For downloads: ![download](file1, text1; file2, text2, (download-name); ...) - // For a simple boxes: ![box](title;body) + // For a simple box: ![box](title;body) // A fancy page link: ![page](page_id) // External pages: ![external](url1, text1; url2, text2, ...) guard let fileAndTitle = markdown.between(first: "](", andLast: ")").removingPercentEncoding else {