diff --git a/pages/common/convert.md b/pages/common/convert.md index dd925a4bba..99e860b5a8 100644 --- a/pages/common/convert.md +++ b/pages/common/convert.md @@ -6,7 +6,7 @@ `convert {{image.jpg}} {{image.png}}` -- Scale an image 50% it's original size: +- Scale an image 50% its original size: `convert {{image.png}} -resize 50% {{image2.png}}`