diff --git a/src/ImageSharp/Filters/Processors/BackgroundColorProcessor.cs b/src/ImageSharp/Filters/Processors/BackgroundColorProcessor.cs
index 44a1227f3..37dd580fa 100644
--- a/src/ImageSharp/Filters/Processors/BackgroundColorProcessor.cs
+++ b/src/ImageSharp/Filters/Processors/BackgroundColorProcessor.cs
@@ -26,7 +26,7 @@ namespace ImageSharp.Processors
///
/// Initializes a new instance of the class.
///
- /// The to set the background color to.
+ /// The to set the background color to.
public BackgroundColorProcessor(TColor color)
{
this.Value = color;
diff --git a/src/ImageSharp/Quantizers/Octree/OctreeQuantizer.cs b/src/ImageSharp/Quantizers/Octree/OctreeQuantizer.cs
index 6f4a9f759..5e06a721e 100644
--- a/src/ImageSharp/Quantizers/Octree/OctreeQuantizer.cs
+++ b/src/ImageSharp/Quantizers/Octree/OctreeQuantizer.cs
@@ -171,7 +171,7 @@ namespace ImageSharp.Quantizers
/// Add a given color value to the Octree
///
///
- /// The containing color information to add.
+ /// The containing color information to add.
///
public void AddColor(TColor pixel)
{
@@ -226,7 +226,7 @@ namespace ImageSharp.Quantizers
///
/// Get the palette index for the passed color
///
- /// The containing the pixel data.
+ /// The containing the pixel data.
///
/// The index of the given structure.
///
@@ -466,7 +466,7 @@ namespace ImageSharp.Quantizers
///
/// Return the palette index for the passed color
///
- /// The representing the pixel.
+ /// The representing the pixel.
/// The level.
///
/// The representing the index of the pixel in the palette.