Skip to content

Commit 892ca1e

Browse files
authored
Fix typo in FlexDirection.cs
Change "inine" to "inline"
1 parent c7c4ab9 commit 892ca1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/FlexDirection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public enum FlexDirection
1010
/// </summary>
1111
Row,
1212
/// <summary>
13-
/// Inverse direction as inine axis, i.e., from right to left.
13+
/// Inverse direction as inline axis, i.e., from right to left.
1414
/// </summary>
1515
RowReverse,
1616
/// <summary>

0 commit comments

Comments
 (0)