diff --git a/Jellyfin.Drawing.Skia/SkiaEncoder.cs b/Jellyfin.Drawing.Skia/SkiaEncoder.cs
index fdca59b699..ee4194d706 100644
--- a/Jellyfin.Drawing.Skia/SkiaEncoder.cs
+++ b/Jellyfin.Drawing.Skia/SkiaEncoder.cs
@@ -205,9 +205,9 @@ namespace Jellyfin.Drawing.Skia
}
///
- /// If path is null.
- /// If the path is not valid.
- /// If the file at the specified path could not be used to generate a codec.
+ /// The path is null.
+ /// The path is not valid.
+ /// The file at the specified path could not be used to generate a codec.
public ImageDimensions GetImageSize(string path)
{
if (path == null)