We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd451b commit c7c4ab9Copy full SHA for c7c4ab9
src/AngleSharp.Css/Dom/ICssStyleSheet.cs
@@ -39,7 +39,7 @@ public interface ICssStyleSheet : IStyleSheet
39
/// <param name="index">
40
/// The index representing the position to be inserted.
41
/// </param>
42
- /// <returns>The index of insertation.</returns>
+ /// <returns>The index of insertion.</returns>
43
[DomName("insertRule")]
44
Int32 Insert(String rule, Int32 index);
45
0 commit comments