diff --git a/docs/api-resize.md b/docs/api-resize.md index 875df11a..35f907d6 100644 --- a/docs/api-resize.md +++ b/docs/api-resize.md @@ -143,7 +143,7 @@ sharp(input) top: 10, bottom: 20, left: 10, - right: 10 + right: 10, background: { r: 0, g: 0, b: 0, alpha: 0 } }) ... diff --git a/lib/resize.js b/lib/resize.js index bf464524..9d703f9f 100644 --- a/lib/resize.js +++ b/lib/resize.js @@ -275,7 +275,7 @@ function resize (width, height, options) { * top: 10, * bottom: 20, * left: 10, - * right: 10 + * right: 10, * background: { r: 0, g: 0, b: 0, alpha: 0 } * }) * ...