Skip to content

Commit 626c47c

Browse files
authored
Fix/stepper value documentation (#2104)
* Fixed stepper-value documentation * Stepper Value * Omit project.pbxproj changes * Line
1 parent 3b8d478 commit 626c47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/stepper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const DEFAULT_STEP = 1;
1919

2020
interface Props {
2121
/**
22-
* Initial value of the Stepper.
22+
* Stepper value.
2323
*/
2424
value?: number;
2525
/**

src/components/stepper/stepper.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/StepperScreen.tsx",
66
"images": [],
77
"props": [
8-
{"name": "value", "type": "number", "description": "Initial value of the Stepper"},
8+
{"name": "value", "type": "number", "description": "Stepper value"},
99
{"name": "minValue", "type": "number", "description": "Minimum value"},
1010
{"name": "maxValue", "type": "number", "description": "Maximum value"},
1111
{

0 commit comments

Comments
 (0)