diff --git a/Terminal.Gui/View/ViewContent.cs b/Terminal.Gui/View/ViewContent.cs
index f04f411f7..966cb0c02 100644
--- a/Terminal.Gui/View/ViewContent.cs
+++ b/Terminal.Gui/View/ViewContent.cs
@@ -132,8 +132,8 @@ public partial class View
/// to the view. This enables virtual scrolling.
///
///
- /// If a size is provided, the behavior of is overridden and the size of the
- /// view will be based on ContentSize.
+ /// If a size is provided, the behavior of will be to use the ContentSize
+ /// to determine the size of the view.
///
///
/// Negative sizes are not supported.
diff --git a/UnitTests/View/DrawTests.cs b/UnitTests/View/DrawTests.cs
index 6cfa1b98d..0586e934a 100644
--- a/UnitTests/View/DrawTests.cs
+++ b/UnitTests/View/DrawTests.cs
@@ -1110,7 +1110,7 @@ public class DrawTests (ITestOutputHelper _output)
*******
*******
*******")]
- public void Daw_Text_Alignment (string text, TextAlignment textAlignment, string expectedText)
+ public void Draw_Text_Alignment (string text, TextAlignment textAlignment, string expectedText)
{
View view = new ()
{