Skip to content

Commit 4402a56

Browse files
authored
Update validation.md (#264)
Small typo. OT: What a masterpiece these docs are. Thanks. This level is a new benchmark to aim for myself personally when doing documentation.
1 parent 1d4a44c commit 4402a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Finally, since Inertia apps never generate `422` responses, Inertia needs anothe
3232

3333
## Sharing errors
3434

35-
In order for your server-side validation errors to be available client-side, your server-side framework must share them via the `errors` prop. Inertia's Rails adapter do this automatically.
35+
In order for your server-side validation errors to be available client-side, your server-side framework must share them via the `errors` prop. Inertia's Rails adapter does this automatically.
3636

3737
## Displaying errors
3838

0 commit comments

Comments
 (0)