Skip to content

Commit 00d25be

Browse files
authored
[Doc] Fix Valid constraint name
1 parent 352953d commit 00d25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ need::
22562256
public bool $agreeToTerms = false;
22572257
}
22582258

2259-
Be sure to add the ``IsValid`` attribute/annotation to any property
2259+
Be sure to add the ``Valid`` attribute/annotation to any property
22602260
where you want the object on that property to also be validated.
22612261

22622262
Thanks to this setup, the component will now be automatically validated

0 commit comments

Comments
 (0)