diff --git a/src/Avalonia.Base/AvaloniaObjectExtensions.cs b/src/Avalonia.Base/AvaloniaObjectExtensions.cs
index 0c22213d33..af64e5646f 100644
--- a/src/Avalonia.Base/AvaloniaObjectExtensions.cs
+++ b/src/Avalonia.Base/AvaloniaObjectExtensions.cs
@@ -334,7 +334,7 @@ namespace Avalonia
/// .
///
/// The type of the property change sender.
- /// /// The type of the property..
+ /// /// The type of the property.
/// The property changed observable.
///
/// The method to call. The parameters are the sender and the event args.
diff --git a/src/Avalonia.Base/Platform/IPlatformRenderInterface.cs b/src/Avalonia.Base/Platform/IPlatformRenderInterface.cs
index 6f62c3be1d..57fedb3d69 100644
--- a/src/Avalonia.Base/Platform/IPlatformRenderInterface.cs
+++ b/src/Avalonia.Base/Platform/IPlatformRenderInterface.cs
@@ -18,7 +18,7 @@ namespace Avalonia.Platform
/// Creates an ellipse geometry implementation.
///
/// The bounds of the ellipse.
- /// An ellipse geometry..
+ /// An ellipse geometry.
IGeometryImpl CreateEllipseGeometry(Rect rect);
///
diff --git a/src/Avalonia.Base/Utilities/TypeUtilities.cs b/src/Avalonia.Base/Utilities/TypeUtilities.cs
index 3a82bf02e0..7dbb0872f5 100644
--- a/src/Avalonia.Base/Utilities/TypeUtilities.cs
+++ b/src/Avalonia.Base/Utilities/TypeUtilities.cs
@@ -306,7 +306,7 @@ namespace Avalonia.Utilities
/// if the value could not be converted.
///
/// The value to convert.
- /// The type to convert to..
+ /// The type to convert to.
/// The culture to use.
/// A value of .
[RequiresUnreferencedCode(TrimmingMessages.TypeConversionRequiresUnreferencedCodeMessage)]