diff --git a/src/AngleSharp.Css/Values/Primitives/CounterValue.cs b/src/AngleSharp.Css/Values/Primitives/CounterValue.cs
index fa97a07f..cd71ba54 100644
--- a/src/AngleSharp.Css/Values/Primitives/CounterValue.cs
+++ b/src/AngleSharp.Css/Values/Primitives/CounterValue.cs
@@ -60,7 +60,7 @@ public CounterValue(String name, Int32 value)
///
/// Checks for equality against the given object,
- /// if the provided object is no counter vlaue the
+ /// if the provided object is no counter value the
/// result is false.
///
/// The object to check against.