Docs: correct code example in extend operation

This commit is contained in:
Lovell Fuller 2018-11-19 19:34:16 +00:00
parent d22f7cae6a
commit 9dc6492e52

View File

@ -271,7 +271,6 @@ function resize (width, height, options) {
* // to the top, left and right edges and 20 to the bottom edge * // to the top, left and right edges and 20 to the bottom edge
* sharp(input) * sharp(input)
* .resize(140) * .resize(140)
* .)
* .extend({ * .extend({
* top: 10, * top: 10,
* bottom: 20, * bottom: 20,