Skip to content

Commit

Permalink
Fix typo in StyleCollectionExtensions.cs
Browse files Browse the repository at this point in the history
Change "specifity" to "specificity"
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent 4b99407 commit 129a761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AngleSharp.Css/Extensions/StyleCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public static ICssStyleDeclaration ComputeDeclarations(this IEnumerable<ICssStyl
}

/// <summary>
/// Computes the cascaded style, i.e. resolves the cascade by ordering after specifity.
/// 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
/// recent declaration wins. Inheritance is not taken into account.
/// </summary>
/// <param name="styleCollection">The style rules to apply.</param>
Expand Down

0 comments on commit 129a761

Please sign in to comment.