Skip to content

Commit

Permalink
Fix typo in CounterDefinition.cs
Browse files Browse the repository at this point in the history
Change "coutner" to "counter"
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent 9a02c0c commit 812f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AngleSharp.Css/Values/Primitives/CounterDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public Boolean Equals(CounterDefinition other) =>

/// <summary>
/// Checks for equality against the given object, if
/// the provided object is no coutner definition the
/// the provided object is no counter definition the
/// result is false.
/// </summary>
/// <param name="obj">The object to check against.</param>
Expand Down

0 comments on commit 812f945

Please sign in to comment.