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 15:37:32 +07:00
committed by GitHub
parent 390cac2cf2
commit bacfb96206
+1 -1
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)