Docs: fix typo in gif example (#3201)

This commit is contained in:
David Humphrey
2022-04-22 11:09:28 -04:00
committed by GitHub
parent d396a4e65d
commit 75e5afcd42
2 changed files with 2 additions and 2 deletions

View File

@@ -516,7 +516,7 @@ function webp (options) {
* // Convert PNG to GIF
* await sharp(pngBuffer)
* .gif()
* .toBuffer());
* .toBuffer();
*
* @example
* // Convert animated WebP to animated GIF