We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c22bbb + 1422a29 commit 667cb34Copy full SHA for 667cb34
docs/NumberInput.md
@@ -38,7 +38,7 @@ If you need the form value to update on change instead of on blur (for instance
38
39
## `step`
40
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`:
+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`:
42
43
```jsx
44
<NumberInput source="nb_views" step={1} />
0 commit comments