From 9dc6492e5268c07dc23753c26ac87b78a8ee3ba2 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 19 Nov 2018 19:34:16 +0000 Subject: [PATCH] Docs: correct code example in extend operation --- lib/resize.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/resize.js b/lib/resize.js index 830c3753..45f87064 100644 --- a/lib/resize.js +++ b/lib/resize.js @@ -271,7 +271,6 @@ function resize (width, height, options) { * // to the top, left and right edges and 20 to the bottom edge * sharp(input) * .resize(140) - * .) * .extend({ * top: 10, * bottom: 20,