8000 chore(docs): fix typos in form-select and form-textarea docs · bootstrap-vue/bootstrap-vue@2930417 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2930417

Browse files
committed
chore(docs): fix typos in form-select and form-textarea docs
1 parent bc172e4 commit 2930417

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/form-select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"events": [
4444
{
4545
"event": "change",
46-
"description": "Emitted with the select value changes via user interaction",
46+
"description": "Emitted when the select value changes via user interaction",
4747
"args": [
4848
{
4949
"arg": "value",
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"event": "input",
62-
"description": "Emitted with the select value changes",
62+
"description": "Emitted when the select value changes",
6363
"args": [
6464
{
6565
"arg": "value",

src/components/form-textarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{
112112
"arg": "value",
113113
"type": "String",
114-
"description": "Value of textarea, after any formatting. Not emitted if the value does nto change"
114+
"description": "Value of textarea, after any formatting. Not emitted if the value does not change"
115115
}
116116
]
117117
}

0 commit comments

Comments
 (0)
0