diff --git a/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs b/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs index 49c405abf1..87cf949e8f 100644 --- a/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs +++ b/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs @@ -27,7 +27,7 @@ namespace ImageSharp.Drawing.Processors } /// - /// The destinaion + /// Gets the destinaion /// protected PixelAccessor Target { get; }