Skip to content

Commit

Permalink
docs: Remove typo basic-concepts.md (#570)
Browse files Browse the repository at this point in the history
There was an extra semicolon which seems like a typo. Removed it.
  • Loading branch information
Fahmed225 authored Jan 12, 2024
1 parent 94e37c0 commit 08ad74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import { zodValidator } from '@tanstack/zod-form-adapter'
import { z } from 'zod'

// ...
;<form.Field
<form.Field
name="firstName"
validatorAdapter={zodValidator}
validators={{
Expand Down

0 comments on commit 08ad74d

Please sign in to comment.