Skip to content

Commit 289f522

Browse files
authored
fix: Typo in jsdoc and docs (#882)
* chore: typos * chore: typos --hidden
1 parent f790559 commit 289f522

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+71
-71
lines changed
File renamed without changes.

docs/.vitepress/theme/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { h } from 'vue'
33
import DefaultTheme from 'vitepress/theme'
44
import HomePage from '../components/HomePage.vue'
55
import HomePageDemo from '../components/HomePageDemo.vue'
6-
import Annoucement from '../components/Annoucement.vue'
6+
import Announcement from '../components/Announcement.vue'
77
import EmbedIframe from '../components/EmbedIframe.vue'
88
import ComponentPreview from '../components/ComponentPreview.vue'
99
import InstallationTabs from '../components/InstallationTabs.vue'
@@ -21,7 +21,7 @@ export default {
2121
extends: DefaultTheme,
2222
Layout: () => {
2323
return h(DefaultTheme.Layout, null, {
24-
'home-hero-info-before': () => h(Annoucement),
24+
'home-hero-info-before': () => h(Announcement),
2525
// https://vitepress.dev/guide/extending-default-theme#layout-slots
2626
'home-features-after': () => h('div', [h(HomePageDemo), h(HomePage)]),
2727
})

docs/content/components/select.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ Renders when the item is selected. You can style this element directly, or you c
226226

227227
### ScrollUpButton
228228

229-
An optional button used as an affordance to show the viewport overflow as well as functionaly enable scrolling upwards.
229+
An optional button used as an affordance to show the viewport overflow as well as functionally enable scrolling upwards.
230230

231231
<!-- @include: @/meta/SelectScrollUpButton.md -->
232232

233233
### ScrollDownButton
234234

235-
An optional button used as an affordance to show the viewport overflow as well as functionaly enable scrolling downwards.
235+
An optional button used as an affordance to show the viewport overflow as well as functionally enable scrolling downwards.
236236

237237
<!-- @include: @/meta/SelectScrollDownButton.md -->
238238

@@ -511,7 +511,7 @@ import {
511511

512512
### Controlling the value displayed in the trigger
513513

514-
By default the trigger will automatically display the selected item `ItemText`'s content. You can control what appears by chosing to put things inside/outside the `ItemText` part.
514+
By default the trigger will automatically display the selected item `ItemText`'s content. You can control what appears by choosing to put things inside/outside the `ItemText` part.
515515

516516
If you need more flexibility, you can control the component using `v-model` props and passing `slot` to `SelectValue`. Remember to make sure what you put in there is accessible.
517517

docs/content/meta/CalendarRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
},
120120
{
121121
'name': 'placeholder',
122-
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programatically control the calendar view</p>\n',
122+
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view</p>\n',
123123
'type': 'DateValue',
124124
'required': false
125125
},

docs/content/meta/DateFieldRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
'name': 'placeholder',
105-
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programatically control the calendar view</p>\n',
105+
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view</p>\n',
106106
'type': 'DateValue',
107107
'required': false
108108
},

docs/content/meta/DatePickerRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
'name': 'placeholder',
152-
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programatically control the calendar view</p>\n',
152+
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view</p>\n',
153153
'type': 'DateValue',
154154
'required': false
155155
},

docs/content/meta/DateRangeFieldRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
'name': 'placeholder',
105-
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programatically control the calendar view</p>\n',
105+
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view</p>\n',
106106
'type': 'DateValue',
107107
'required': false
108108
},

docs/content/meta/DateRangePickerRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
},
151151
{
152152
'name': 'placeholder',
153-
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programatically control the calendar view</p>\n',
153+
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view</p>\n',
154154
'type': 'DateValue',
155155
'required': false
156156
},

docs/content/meta/ProgressRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
'name': 'update:modelValue',
47-
'description': '<p>Event handler called when the progres value changes</p>\n',
47+
'description': '<p>Event handler called when the progress value changes</p>\n',
4848
'type': '[value: string[]]'
4949
}
5050
]" />

docs/content/meta/RangeCalendarRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
'name': 'placeholder',
116-
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programatically control the calendar view</p>\n',
116+
'description': '<p>The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view</p>\n',
117117
'type': 'DateValue',
118118
'required': false
119119
},

0 commit comments

Comments
 (0)