Skip to content

Commit 667cb34

Browse files
authored
Merge pull request #9081 from marmelab/doc-fix-typo-in-numberinput
[Doc] fix a typo: replace ise by use in NumberInput doc
2 parents 1c22bbb + 1422a29 commit 667cb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NumberInput.md

+1-1
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)