Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/form-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"events": [
{
"event": "change",
"description": "Emitted with the select value changes via user interaction",
"description": "Emitted when the select value changes via user interaction",
"args": [
{
"arg": "value",
Expand All @@ -59,7 +59,7 @@
},
{
"event": "input",
"description": "Emitted with the select value changes",
"description": "Emitted when the select value changes",
"args": [
{
"arg": "value",
Expand Down
2 changes: 1 addition & 1 deletion src/components/form-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{
"arg": "value",
"type": "String",
"description": "Value of textarea, after any formatting. Not emitted if the value does nto change"
"description": "Value of textarea, after any formatting. Not emitted if the value does not change"
}
]
}
Expand Down