Skip to content

Commit b078433

Browse files
Don't prefix command to make it reusable
1 parent 50787f9 commit b078433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Processors/ResizeWebProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class ResizeWebProcessor : IImageWebProcessor
4949
/// <summary>
5050
/// The command constant for the resize orientation handling mode.
5151
/// </summary>
52-
public const string Orient = "rorient";
52+
public const string Orient = "orient";
5353

5454
/// <summary>
5555
/// The command constant for the resize compand mode.

0 commit comments

Comments
 (0)