Skip to content

Commit 1422a29

Browse files
committed
[Doc] fix a typo: replace ise by use
1 parent 1c22bbb commit 1422a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/NumberInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you need the form value to update on change instead of on blur (for instance
3838

3939
## `step`
4040

41-
You can customize the `step` props (which defaults to "any"). For instance, to restrict the value to integers, ise a value of 1 for the `step`:
41+
You can customize the `step` props (which defaults to "any"). For instance, to restrict the value to integers, use a value of 1 for the `step`:
4242

4343
```jsx
4444
<NumberInput source="nb_views" step={1} />

0 commit comments

Comments
 (0)