Skip to content

Commit 175edfa

Browse files
Fix typo
1 parent b4051c9 commit 175edfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web/Middleware/ImageSharpMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ await this.options.OnBeforeLoadAsync.Invoke(imageCommandContext, this.options.Co
349349

350350
// If custom decoder options have not been provided and we know our options are the
351351
// default options it is safe to configure the decoder options to convert color profiles
352-
// since we know tha the JPEG encder will always use YCbCr encoding instead of preserving the
352+
// since we know tha the JPEG encoder will always use YCbCr encoding instead of preserving the
353353
// original color encoding (potentially CMYK, Ycck) which can cause color loss.
354354
// Compaction is always safe as this simply removes sRGB color profile data from the image
355355
// metadata which is not required for correct processing.

0 commit comments

Comments
 (0)