From aee072ffe445f0ee31c781b69e9d1df7ebe1776f Mon Sep 17 00:00:00 2001 From: Benoit KUGLER Date: Mon, 26 Aug 2024 12:39:24 +0200 Subject: [PATCH] [main] fix spelling --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7b6d587..0980661 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/benoitkugler/webrender/utils" ) -// HtmlToPdf performs the convertion of an HTML document (`htmlContent`) to a PDF file, +// HtmlToPdf performs the conversion of an HTML document (`htmlContent`) to a PDF file, // written in `target`. // It is a wrapper around the following steps : // - `tree.NewHTML` parses the input files (HTML and CSS)