Skip to content

Commit 3f9237c

Browse files
luismulinarisjinks
andauthored
Update src/lib/live-backup-copy.ts
Co-authored-by: Volodymyr Kolesnykov <volodymyr.kolesnykov@automattic.com>
1 parent bef5f5b commit 3f9237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/live-backup-copy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function startLiveBackupCopy( {
9898
`Failed to start live backup copy: ${
9999
result.data?.startLiveBackupCopy?.message
100100
? result.data?.startLiveBackupCopy?.message
101-
: 'Unkown error'
101+
: 'Unknown error'
102102
}`
103103
);
104104
}

0 commit comments

Comments
 (0)