@@ -3,7 +3,7 @@ using QuestPDF.Infrastructure;
namespace QuestPDF.Elements.Text.Items
{
- internal class TextBlockSectionlLink : TextBlockSpan
+ internal class TextBlockSectionLink : TextBlockSpan
public string SectionName { get; set; }
@@ -193,7 +193,7 @@ namespace QuestPDF.Fluent
if (IsNullOrEmpty(text))
return descriptor;
- AddItemToLastTextBlock(new TextBlockSectionlLink
+ AddItemToLastTextBlock(new TextBlockSectionLink
Style = style,
Text = text,