10000 Update package.json · bootstrap-vue/bootstrap-vue@f722c42 · GitHub
[go: up one dir, main page]

Skip to content

Commit f722c42

Browse files
authored
Update package.json
1 parent 4fa8aea commit f722c42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/calendar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"events": [
162162
{
163163
"event": "input",
164-
"description": "Emitted to when updating the v-model",
164+
"description": "Emitted when updating the v-model",
165165
"args": [
166166
{
167167
"arg": "date",
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"event": "selected",
178-
"description": "Emitted to when user has selected (clicked) a date. Note this event will also be emitted if the user clicks on the currently selected date",
178+
"description": "Emitted when user has selected (clicked) a date. Note this event will also be emitted if the user clicks on the currently selected date",
179179
"args": [
180180
{
181181
"arg": "ymd",
@@ -191,7 +191,7 @@
191191
},
192192
{
193193
"event": "context",
194-
"description": "Emitted to when when the user changes the active date via date navigation buttons or cursor control",
194+
"description": "Emitted when when the user changes the active date via date navigation buttons or cursor control",
195195
"args": [
196196
{
197197
"arg": "context",

0 commit comments

Comments
 (0)
0