From b307304f46e7a222209cf44b093901eaae0880fe Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Sun, 18 Sep 2022 20:15:41 +0200 Subject: [PATCH] Fixed typo --- QuestPDF/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuestPDF/Settings.cs b/QuestPDF/Settings.cs index 59abc95..5314c96 100644 --- a/QuestPDF/Settings.cs +++ b/QuestPDF/Settings.cs @@ -3,7 +3,7 @@ public static class Settings { /// - /// This value represents the maximum lenght of the document that the library produces. + /// This value represents the maximum length of the document that the library produces. /// This is useful when layout constraints are too strong, e.g. one element does not fit in another. /// In such cases, the library would produce document of infinite length, consuming all available resources. /// To break the algorithm and save the environment, the library breaks the rendering process after reaching specified length of document.