File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/app-frontend/src/features/welcome Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ export default defineComponent({
65
65
>
66
66
67
67
<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:
69
69
</p >
70
70
71
71
<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 >
73
73
<li >the <b >Timeline</b > to track different kinds of data over time such as events.</li >
74
74
</ul >
75
75
</template >
@@ -89,7 +89,7 @@ export default defineComponent({
89
89
90
90
<template v-if =" step === 4 " >
91
91
<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.
93
93
</p >
94
94
95
95
<img
@@ -179,7 +179,7 @@ export default defineComponent({
179
179
</h2 >
180
180
181
181
<p >
182
- We hope you will enjoy the new Vue devtools.
182
+ We hope that you will enjoy the new Vue devtools.
183
183
</p >
184
184
185
185
<p >
You can’t perform that action at this time.
0 commit comments