diff --git a/src/Avalonia.Controls/AppBuilderBase.cs b/src/Avalonia.Controls/AppBuilderBase.cs
index 13e9c108e1..30ef7dc427 100644
--- a/src/Avalonia.Controls/AppBuilderBase.cs
+++ b/src/Avalonia.Controls/AppBuilderBase.cs
@@ -136,7 +136,7 @@ namespace Avalonia.Controls
/// Instance of type TMainWindow to use when starting the app
/// A delegate that will be called to create a data context for the window (optional).
public void Start(TMainWindow mainWindow, Func