chore: update preview.ts (#5765)

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Eltociear Ashimine 2024-06-10 17:37:32 +09:00 committed by GitHub
parent 390cac2cf2
commit bacfb96206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ export function getSrcSet (_blob: Blob, width?: number): string {
const cfg = c.previewers[_blob.provider] ?? c.default
if (cfg === undefined) {
return '' // No previewer is avaialble for blob
return '' // No previewer is available for blob
}
return blobToSrcSet(cfg, blob, width)