diff --git a/src/Avalonia.Visuals/Platform/IGeometryImpl.cs b/src/Avalonia.Visuals/Platform/IGeometryImpl.cs
index 2a79202e70..79e125c5cb 100644
--- a/src/Avalonia.Visuals/Platform/IGeometryImpl.cs
+++ b/src/Avalonia.Visuals/Platform/IGeometryImpl.cs
@@ -55,7 +55,7 @@ namespace Avalonia.Platform
ITransformedGeometryImpl WithTransform(Matrix transform);
///
- /// Attempts to get the corresponding point from the
+ /// Attempts to get the corresponding point at the
/// specified distance
///
/// The contour distance to get from.