Skip to content

Commit

Permalink
Update CssRuleType.cs
Browse files Browse the repository at this point in the history
Change "definining" to "defining"
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent 892ca1e commit bb8c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AngleSharp.Css/Dom/CssRuleType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum CssRuleType : byte
[DomName("MEDIA_RULE")]
Media = 4,
/// <summary>
/// This is for definining @font-face rule.
/// This is for defining @font-face rule.
/// </summary>
[DomName("FONT_FACE_RULE")]
FontFace = 5,
Expand Down

0 comments on commit bb8c11d

Please sign in to comment.