Skip to content

Commit f263d6d

Browse files
authored
docs: fix typo in validateConstraint docs (#351)
1 parent 73be135 commit f263d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/conform-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ import { Form } from 'react-router-dom';
430430
export default function SignupForm() {
431431
const [form, { email, password, confirmPassword }] = useForm({
432432
onValidate(context) {
433-
// This enables validating each field based on the validity state and custom cosntraint if defined
433+
// This enables validating each field based on the validity state and custom constraint if defined
434434
return validateConstraint(
435435
...context,
436436
constraint: {

0 commit comments

Comments
 (0)