Skip to content

Commit 12ccd98

Browse files
cuyun1k0
authored andcommitted
Fix typo in README (rjsf-team#680)
1 parent d403edc commit 12ccd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Please note that while standardized, `datetime-local` and `date` input elements
336336
* `radio`: a radio button group with enum values. **can only be used when `enum` values are specified for this input**
337337
* by default, a regular `input[type=text]` element is used.
338338

339-
> Note: for numbers, `min`, `max` and `step` input attributes values will be handled according to JSONSchema's `minimum`, `maximium` and `multipleOf` values when they're defined.
339+
> Note: for numbers, `min`, `max` and `step` input attributes values will be handled according to JSONSchema's `minimum`, `maximum` and `multipleOf` values when they're defined.
340340
341341
#### Disabled fields
342342

0 commit comments

Comments
 (0)