From f397ec8d918e71b87ccf88573cf9b2d5dd85e1a5 Mon Sep 17 00:00:00 2001 From: Nathan Whittaker Date: Tue, 23 Jan 2024 17:22:01 -0500 Subject: [PATCH] Update index.md Fix a typo in the **min impact on step** section where the default `step` value is said to be `0` instead of `1`. --- files/en-us/web/html/attributes/step/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/html/attributes/step/index.md b/files/en-us/web/html/attributes/step/index.md index da9e674b7314fe6..c89960484125f50 100644 --- a/files/en-us/web/html/attributes/step/index.md +++ b/files/en-us/web/html/attributes/step/index.md @@ -78,7 +78,7 @@ If `any` is not explicitly set, valid values for the `number`, date/time input t ### min impact on step -The value of `min` and `step` define what are valid values, even if the `step` attribute is not included, as `step` defaults to `0`. +The value of `min` and `step` define what are valid values, even if the `step` attribute is not included, as `step` defaults to `1`. We add a big red border around invalid inputs: