Skip to content

Commit bb8c11d

Browse files
authored
Update CssRuleType.cs
Change "definining" to "defining"
1 parent 892ca1e commit bb8c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/CssRuleType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public enum CssRuleType : byte
3333
[DomName("MEDIA_RULE")]
3434
Media = 4,
3535
/// <summary>
36-
/// This is for definining @font-face rule.
36+
/// This is for defining @font-face rule.
3737
/// </summary>
3838
[DomName("FONT_FACE_RULE")]
3939
FontFace = 5,

0 commit comments

Comments
 (0)