We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99407 commit 129a761Copy full SHA for 129a761
src/AngleSharp.Css/Extensions/StyleCollectionExtensions.cs
@@ -66,8 +66,8 @@ public static ICssStyleDeclaration ComputeDeclarations(this IEnumerable<ICssStyl
66
}
67
68
/// <summary>
69
- /// Computes the cascaded style, i.e. resolves the cascade by ordering after specifity.
70
- /// Two rules with the same specifity are ordered according to their appearance. The more
+ /// Computes the cascaded style, i.e. resolves the cascade by ordering after specificity.
+ /// Two rules with the same specificity are ordered according to their appearance. The more
71
/// recent declaration wins. Inheritance is not taken into account.
72
/// </summary>
73
/// <param name="styleCollection">The style rules to apply.</param>
0 commit comments