Skip to content

Commit 874fa24

Browse files
authored
fix: typos (#1678)
1 parent 0d4e378 commit 874fa24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ export default defineComponent({
6565
>
6666

6767
<p>
68-
You might notice that the navigation is different. The devtools now has to main tabs:
68+
You might notice that the navigation is different. The devtools now has two main tabs:
6969
</p>
7070

7171
<ul>
72-
<li>the <b>Inspector</b> to display debuging information in a structured way (for example inspecting a component),</li>
72+
<li>the <b>Inspector</b> to display debugging information in a structured way (for example inspecting a component),</li>
7373
<li>the <b>Timeline</b> to track different kinds of data over time such as events.</li>
7474
</ul>
7575
</template>
@@ -89,7 +89,7 @@ export default defineComponent({
8989

9090
<template v-if="step === 4">
9191
<p>
92-
To acess settings, use the new "3 dots" menu in the top right corner.
92+
To access settings, use the new "3 dots" menu in the top right corner.
9393
</p>
9494

9595
<img
@@ -179,7 +179,7 @@ export default defineComponent({
179179
</h2>
180180

181181
<p>
182-
We hope you will enjoy the new Vue devtools.
182+
We hope that you will enjoy the new Vue devtools.
183183
</p>
184184

185185
<p>

0 commit comments

Comments
 (0)