Skip to content

Commit ec215bb

Browse files
authored
Typo: database extension error message (#8461)
1 parent 3241693 commit ec215bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/live/src/extensions/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const fetchDocument = async ({ context, documentName: pageId, instance }: FetchP
4444
await service.updateDescriptionBinary(pageId, payload);
4545
} catch (e) {
4646
const error = new AppError(e);
47-
logger.error("Failed to save binary after first convertion from html:", error);
47+
logger.error("Failed to save binary after first conversion from html:", error);
4848
}
4949
return convertedBinaryData;
5050
}

0 commit comments

Comments
 (0)