We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ec5d7 commit 9afe573Copy full SHA for 9afe573
src/components/form-spinbutton/package.json
@@ -32,7 +32,7 @@
32
},
33
{
34
"prop": "wrap",
35
- "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"
36
37
38
"prop": "locale",
@@ -44,7 +44,7 @@
44
45
46
"prop": "formatterFn",
47
- "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"
48
49
50
"prop": "required",
0 commit comments