Skip to content

Commit

Permalink
docs: fix spelling of required attribute (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLeebo authored Oct 6, 2023
1 parent 9230df3 commit ffc7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conform-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function Example() {
form={title.form}
defaultValue={title.defaultValue}
autoFocus={title.initialError ? true : undefined}
requried={title.required}
required={title.required}
minLength={title.minLength}
maxLength={title.maxLength}
min={title.min}
Expand Down

0 comments on commit ffc7788

Please sign in to comment.