Skip to content

Commit 3820c8a

Browse files
committed
chore: typos
1 parent a9c7f84 commit 3820c8a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ export default defineComponent({
4949
</p>
5050

5151
<p>
52-
Its new architecture allow better support of different versions of Vue and also integration of third-party libraries (more on that later!).
52+
Its new architecture allows better support of different versions of Vue, as well as integration of third-party libraries (more on that later!).
5353
</p>
5454

5555
<p>
56-
It's packed with changes big and small so here is an overview of what's new!
56+
It's packed with changes big and small, so here is an overview of what's new!
5757
</p>
5858
</template>
5959

@@ -101,7 +101,7 @@ export default defineComponent({
101101

102102
<template v-if="step === 5">
103103
<p>
104-
Vue plugins and libraries can now integrate with the devtools via its <a
104+
Any Vue plugin and library can now integrate with the devtools via its <a
105105
href="https://devtools.vuejs.org/plugin/plugins-guide.html"
106106
target="_blank"
107107
>Plugin API</a>.
@@ -121,7 +121,7 @@ export default defineComponent({
121121
<h2>The Timeline</h2>
122122

123123
<p>
124-
Here you can see the events coming from your application in real time. It includes mouse and keyboard events, component events, performance flamecharts...
124+
Here you can see the events coming from your application in real-time. It includes mouse and keyboard events, component events, performance flamecharts...
125125
</p>
126126

127127
<img
@@ -132,7 +132,7 @@ export default defineComponent({
132132

133133
<template v-if="step === 7">
134134
<p>
135-
You can zoom and pan the timeline, and click on events to see more information.
135+
You can zoom and pan the timeline, or click on events to see more information.
136136
</p>
137137

138138
<img
@@ -146,7 +146,7 @@ export default defineComponent({
146146
Using the <a
147147
href="https://devtools.vuejs.org/plugin/plugins-guide.html"
148148
target="_blank"
149-
>Devtools Plugin API</a>, third-party libraries can also add layers and events in the Timline.
149+
>Devtools Plugin API</a>, third-party libraries can also add layers and events to the Timeline.
150150
</p>
151151

152152
<img
@@ -157,7 +157,7 @@ export default defineComponent({
157157

158158
<template v-if="step === 9">
159159
<p>
160-
On the left side of the top-bar, you can find a new App Selector. The devtools are now scoped to a specific selected app and can even inspect apps inside iframes!
160+
On the left side of the top bar, you can find a new App Selector. The devtools are now scoped to a specific selected app and can even inspect apps inside iframes!
161161
</p>
162162

163163
<img
@@ -183,7 +183,7 @@ export default defineComponent({
183183
</p>
184184

185185
<p>
186-
In case something doesn't work in your project, you can use the <a
186+
In case something doesn't work with your project, you can use the <a
187187
href="https://devtools.vuejs.org/guide/installation.html#legacy"
188188
target="_blank"
189189
>Legacy version</a> and <a

0 commit comments

Comments
 (0)