Skip to content

Commit fbdf635

Browse files
authored
Fix typo in TextAlignLast.cs
Change "etting" to "setting".
1 parent 2cae22b commit fbdf635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/TextAlignLast.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public enum TextAlignLast : byte
88
/// <summary>
99
/// The affected line is aligned per the value of text-align, unless
1010
/// text-align is justify, in which case the effect is the same as
11-
/// etting text-align-last to left.
11+
/// setting text-align-last to left.
1212
/// </summary>
1313
Auto,
1414
/// <summary>

0 commit comments

Comments
 (0)