Skip to content

Commit bbfd37e

Browse files
authored
chore: typo (#858)
1 parent f8eed63 commit bbfd37e

File tree

1 file changed

+1
-1
lines changed
  • packages/devtools/client/pages/modules

1 file changed

+1
-1
lines changed

packages/devtools/client/pages/modules/debug.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const context = useServerDebugContext()
1414

1515
<template>
1616
<div v-if="!context" p6>
17-
<div>No Debug Countext Found</div>
17+
<div>No Debug Context Found</div>
1818
<div>Set `debug: true` in your nuxt.config.ts to enable this panel</div>
1919
</div>
2020
<div v-else>

0 commit comments

Comments
 (0)