Skip to content

Commit 6789dd7

Browse files
authored
chore(docs): fix typos in <b-form-select> and <b-form-textarea> docs (#6244)
1 parent bc172e4 commit 6789dd7

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)