From 1422a296876a2b2eded90fb896a69fe6d673ac74 Mon Sep 17 00:00:00 2001 From: adrien guernier Date: Thu, 6 Jul 2023 15:56:27 +0200 Subject: [PATCH] [Doc] fix a typo: replace ise by use --- docs/NumberInput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NumberInput.md b/docs/NumberInput.md index 22aa88ee4f4..57b52b8d8f1 100644 --- a/docs/NumberInput.md +++ b/docs/NumberInput.md @@ -38,7 +38,7 @@ If you need the form value to update on change instead of on blur (for instance ## `step` -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`: ```jsx