Skip to content

Commit 8c946a7

Browse files
Small typo in forms.js (#253)
Replace "a client-side input validation libraries" with just "client-side input validation libraries" Co-authored-by: Pascal Baljet <[email protected]>
1 parent bfefb26 commit 8c946a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/forms.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ export default function () {
639639
]}
640640
/>
641641
<P>
642-
If you're using a client-side input validation libraries or do client-side validation manually, you can set your
642+
If you're using client-side input validation libraries or do client-side validation manually, you can set your
643643
own errors on the form using the <Code>setErrors()</Code> method.
644644
</P>
645645
<TabbedCode

0 commit comments

Comments
 (0)