Skip to content

Commit

Permalink
Fix typo in ICssStyleSheet.cs
Browse files Browse the repository at this point in the history
Change "importated" to "imported".
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent f279b9d commit 8e5ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AngleSharp.Css/Dom/ICssStyleSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public interface ICssStyleSheet : IStyleSheet
{
/// <summary>
/// Gets the @import rule if the stylesheet was importated otherwise it
/// Gets the @import rule if the stylesheet was imported otherwise it
/// returns null.
/// </summary>
[DomName("ownerRule")]
Expand Down

0 comments on commit 8e5ba86

Please sign in to comment.