From 095e71434bb205e004b6bf413c0955dc6a754efd Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Thu, 22 Apr 2021 07:21:00 +0200 Subject: [PATCH] Changed blur word to sharpen inside sharpen() description --- en/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/image.md b/en/image.md index 9e6d98e2c55f..71fd581a300e 100644 --- a/en/image.md +++ b/en/image.md @@ -402,7 +402,7 @@ $image->save('rotate-image.jpg', 90); ``` ### `sharpen()` -Sharpens the image. The passed integer parameter specifies the amount for the blur operation. The range is between 0 (no effect) and 100 (very sharp): +Sharpens the image. The passed integer parameter specifies the amount for the sharpen operation. The range is between 0 (no effect) and 100 (very sharp): ```php