We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73be135 commit f263d6dCopy full SHA for f263d6d
packages/conform-react/README.md
@@ -430,7 +430,7 @@ import { Form } from 'react-router-dom';
430
export default function SignupForm() {
431
const [form, { email, password, confirmPassword }] = useForm({
432
onValidate(context) {
433
- // This enables validating each field based on the validity state and custom cosntraint if defined
+ // This enables validating each field based on the validity state and custom constraint if defined
434
return validateConstraint(
435
...context,
436
constraint: {
0 commit comments