mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 03:26:07 +08:00
fixed typo
This commit is contained in:
parent
f1eb6df0f6
commit
d881b642f9
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ export async function screenshot(): Promise<void> {
|
|||
canvas.toBlob(async (blob) => {
|
||||
try {
|
||||
if (blob === null) {
|
||||
throw new Error("Could not create imgage, blob is null");
|
||||
throw new Error("Could not create image, blob is null");
|
||||
}
|
||||
const clipItem = new ClipboardItem(
|
||||
Object.defineProperty({}, blob.type, {
|
||||
|
|
Loading…
Add table
Reference in a new issue