diff --git a/src/Avalonia.Base/Media/DrawingContext.cs b/src/Avalonia.Base/Media/DrawingContext.cs
index 5d258cb040..bd2c43878d 100644
--- a/src/Avalonia.Base/Media/DrawingContext.cs
+++ b/src/Avalonia.Base/Media/DrawingContext.cs
@@ -123,7 +123,7 @@ namespace Avalonia.Media
/// Box shadow effect parameters
///
/// The brush and the pen can both be null. If the brush is null, then no fill is performed.
- /// If the pen is null, then no stoke is performed. If both the pen and the brush are null, then the drawing is not visible.
+ /// If the pen is null, then no stroke is performed. If both the pen and the brush are null, then the drawing is not visible.
///
public void DrawRectangle(IBrush? brush, IPen? pen, Rect rect,
double radiusX = 0, double radiusY = 0,