Skip to content

Commit 8fd451b

Browse files
authored
Fix typo in LineStyle.cs
Change "embeded" to "embedded".
1 parent fbdf635 commit 8fd451b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/LineStyle.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum LineStyle : byte
3838
/// </summary>
3939
Ridge,
4040
/// <summary>
41-
/// The outline makes the box look as though it were embeded in the canvas.
41+
/// The outline makes the box look as though it were embedded in the canvas.
4242
/// </summary>
4343
Inset,
4444
/// <summary>

0 commit comments

Comments
 (0)