Skip to content

Commit 417111d

Browse files
authored
Fix typo in ValueConverters.cs
Change "TextTAligLast" to "TextAlignLast"
1 parent 812f945 commit 417111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/ValueConverters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ static class ValueConverters
381381
public static readonly IValueConverter TextTransformConverter = Map.TextTransforms.ToConverter();
382382

383383
/// <summary>
384-
/// Represents a converter for the TextTAligLast enumeration.
384+
/// Represents a converter for the TextAlignLast enumeration.
385385
/// </summary>
386386
public static readonly IValueConverter TextAlignLastConverter = Map.TextAlignLasts.ToConverter();
387387

0 commit comments

Comments
 (0)