From 8e5ba86c0072d8d468611add2559f8fd253e2d61 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Thu, 25 Nov 2021 22:48:13 +0300 Subject: [PATCH] Fix typo in ICssStyleSheet.cs Change "importated" to "imported". --- src/AngleSharp.Css/Dom/ICssStyleSheet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AngleSharp.Css/Dom/ICssStyleSheet.cs b/src/AngleSharp.Css/Dom/ICssStyleSheet.cs index e5f7dd94..a39ca73d 100644 --- a/src/AngleSharp.Css/Dom/ICssStyleSheet.cs +++ b/src/AngleSharp.Css/Dom/ICssStyleSheet.cs @@ -11,7 +11,7 @@ public interface ICssStyleSheet : IStyleSheet { /// - /// Gets the @import rule if the stylesheet was importated otherwise it + /// Gets the @import rule if the stylesheet was imported otherwise it /// returns null. /// [DomName("ownerRule")]