Skip to content
Merged
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-spinbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"prop": "wrap",
"description": "When set, allows the value to wrap around when reading the minimum or maximum value"
"description": "When set, allows the value to wrap around when reaching the minimum or maximum value"
},
{
"prop": "locale",
Expand All @@ -44,7 +44,7 @@
},
{
"prop": "formatterFn",
"description": "A reference to a method to format the displayed value. It ss passed a single argument which is the current value"
"description": "A reference to a method to format the displayed value. It is passed a single argument which is the current value"
},
{
"prop": "required",
Expand Down