From 6cb57996c5985e25355f50c6ed94b4bdc8bd1ff0 Mon Sep 17 00:00:00 2001 From: Remco van 't Veer Date: Tue, 19 Jul 2022 11:57:51 +0200 Subject: [PATCH] Fix typo --- files/en-us/web/api/htmlcanvaselement/toblob/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmlcanvaselement/toblob/index.md b/files/en-us/web/api/htmlcanvaselement/toblob/index.md index dd3d34b8730bd2c..f8a44548f654dca 100644 --- a/files/en-us/web/api/htmlcanvaselement/toblob/index.md +++ b/files/en-us/web/api/htmlcanvaselement/toblob/index.md @@ -17,7 +17,7 @@ This file may be cached on the disk or stored in memory at the discretion of the The desired file format and image quality may be specified. If the file format is not specified, or if the given format is not supported, then the data will be exported as `image/png`. -Browsers are required to support `image/png`; many will support additional formats including `image/jpg` and `image/webp`. +Browsers are required to support `image/png`; many will support additional formats including `image/jpeg` and `image/webp`. The created image will have a resolution of 96dpi for file formats that support encoding resolution metadata.