Skip to content

Commit 030c73b

Browse files
authored
chore: fix typo. (#1863)
1 parent e309509 commit 030c73b

File tree

1 file changed

+1
-1
lines changed
  • packages/app-backend-core/src

1 file changed

+1
-1
lines changed

packages/app-backend-core/src/hook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function installHook (target, isIframe = false) {
7171
console.warn('[Vue Devtools] No hook in parent window')
7272
}
7373
} catch (e) {
74-
console.warn('[Vue Devtools] Failed to send message to parend window', e)
74+
console.warn('[Vue Devtools] Failed to send message to parent window', e)
7575
}
7676
}
7777

0 commit comments

Comments
 (0)