Skip to content

Commit 48157f6

Browse files
authored
fix: typo in title of welcome slideshow (#1818)
1 parent 328b52e commit 48157f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default defineComponent({
4242
</template>
4343

4444
<template v-if="step === 1">
45-
<h2>Let's have little tour</h2>
45+
<h2>Let's take a little tour</h2>
4646

4747
<p>
4848
The devtools were entirely rewritten with the release of Vue 3.

0 commit comments

Comments
 (0)