Docs: add missing comma to extend example (#1588)

This commit is contained in:
Jack Cross 2019-02-27 06:03:02 -05:00 committed by Lovell Fuller
parent ba3f914445
commit 2262959673
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ sharp(input)
top: 10, top: 10,
bottom: 20, bottom: 20,
left: 10, left: 10,
right: 10 right: 10,
background: { r: 0, g: 0, b: 0, alpha: 0 } background: { r: 0, g: 0, b: 0, alpha: 0 }
}) })
... ...

View File

@ -275,7 +275,7 @@ function resize (width, height, options) {
* top: 10, * top: 10,
* bottom: 20, * bottom: 20,
* left: 10, * left: 10,
* right: 10 * right: 10,
* background: { r: 0, g: 0, b: 0, alpha: 0 } * background: { r: 0, g: 0, b: 0, alpha: 0 }
* }) * })
* ... * ...