Skip to content

Commit

Permalink
Update ICssStyleSheet.cs
Browse files Browse the repository at this point in the history
Change "insertation" to "insertion".
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent 8fd451b commit c7c4ab9
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 @@ -39,7 +39,7 @@ public interface ICssStyleSheet : IStyleSheet
/// <param name="index">
/// The index representing the position to be inserted.
/// </param>
/// <returns>The index of insertation.</returns>
/// <returns>The index of insertion.</returns>
[DomName("insertRule")]
Int32 Insert(String rule, Int32 index);

Expand Down

0 comments on commit c7c4ab9

Please sign in to comment.