From 1e9093d781485d37202b441092e136b63aaf2901 Mon Sep 17 00:00:00 2001 From: Quinn Pan Date: Tue, 20 Nov 2018 03:35:16 +0800 Subject: [PATCH] Docs: correct code example in extend operation --- docs/api-resize.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api-resize.md b/docs/api-resize.md index d6dcd039..875df11a 100644 --- a/docs/api-resize.md +++ b/docs/api-resize.md @@ -139,7 +139,6 @@ This operation will always occur after resizing and extraction, if any. // to the top, left and right edges and 20 to the bottom edge sharp(input) .resize(140) - .) .extend({ top: 10, bottom: 20,