Skip to content

Commit 129a761

Browse files
authored
Fix typo in StyleCollectionExtensions.cs
Change "specifity" to "specificity"
1 parent 4b99407 commit 129a761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AngleSharp.Css/Extensions/StyleCollectionExtensions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public static ICssStyleDeclaration ComputeDeclarations(this IEnumerable<ICssStyl
6666
}
6767

6868
/// <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
69+
/// Computes the cascaded style, i.e. resolves the cascade by ordering after specificity.
70+
/// Two rules with the same specificity are ordered according to their appearance. The more
7171
/// recent declaration wins. Inheritance is not taken into account.
7272
/// </summary>
7373
/// <param name="styleCollection">The style rules to apply.</param>

0 commit comments

Comments
 (0)