Skip to content

Commit c7c4ab9

Browse files
authored
Update ICssStyleSheet.cs
Change "insertation" to "insertion".
1 parent 8fd451b commit c7c4ab9

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
@@ -39,7 +39,7 @@ public interface ICssStyleSheet : IStyleSheet
3939
/// <param name="index">
4040
/// The index representing the position to be inserted.
4141
/// </param>
42-
/// <returns>The index of insertation.</returns>
42+
/// <returns>The index of insertion.</returns>
4343
[DomName("insertRule")]
4444
Int32 Insert(String rule, Int32 index);
4545

0 commit comments

Comments
 (0)