diff --git a/Terminal.Gui/View/Layout/ViewLayout.cs b/Terminal.Gui/View/Layout/ViewLayout.cs
index e58846f0f..7119fd920 100644
--- a/Terminal.Gui/View/Layout/ViewLayout.cs
+++ b/Terminal.Gui/View/Layout/ViewLayout.cs
@@ -1,4 +1,4 @@
-using System.ComponentModel;
+using System.ComponentModel;
using System.Diagnostics;
namespace Terminal.Gui;
@@ -550,7 +550,7 @@ public partial class View
/// The found view screen relative column location.
/// The found view screen relative row location.
///
- /// The view that was found at the and coordinates.
+ /// The view that was found at the and coordinates.
/// if no view was found.
///
// CONCURRENCY: This method is not thread-safe.