diff --git a/RGB.NET.Presets/Extensions/HPPHExtensions.cs b/RGB.NET.Presets/Extensions/HPPHExtensions.cs
index 363b9bc..e0b37de 100644
--- a/RGB.NET.Presets/Extensions/HPPHExtensions.cs
+++ b/RGB.NET.Presets/Extensions/HPPHExtensions.cs
@@ -9,14 +9,14 @@ namespace RGB.NET.Presets.Extensions;
public static class HPPHExtensions
{
///
- /// Converts the given HPPH to a RGB.NET .
+ /// Converts the given HPPH to a RGB.NET .
///
/// The color to convert.
/// The converted color.
public static Color ToColor(this IColor color) => new(color.A, color.R, color.G, color.B);
///
- /// Converts the given HPPH to a RGB.NET .
+ /// Converts the given HPPH to a RGB.NET .
///
/// The color to convert.
/// The color-type of the HPPH color.