Skip to content

Commit 812f945

Browse files
authored
Fix typo in CounterDefinition.cs
Change "coutner" to "counter"
1 parent 9a02c0c commit 812f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Values/Primitives/CounterDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public Boolean Equals(CounterDefinition other) =>
7373

7474
/// <summary>
7575
/// Checks for equality against the given object, if
76-
/// the provided object is no coutner definition the
76+
/// the provided object is no counter definition the
7777
/// result is false.
7878
/// </summary>
7979
/// <param name="obj">The object to check against.</param>

0 commit comments

Comments
 (0)