Skip to content

Commit 8e5ba86

Browse files
authored
Fix typo in ICssStyleSheet.cs
Change "importated" to "imported".
1 parent f279b9d commit 8e5ba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/ICssStyleSheet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public interface ICssStyleSheet : IStyleSheet
1212
{
1313
/// <summary>
14-
/// Gets the @import rule if the stylesheet was importated otherwise it
14+
/// Gets the @import rule if the stylesheet was imported otherwise it
1515
/// returns null.
1616
/// </summary>
1717
[DomName("ownerRule")]

0 commit comments

Comments
 (0)