Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 28, 2023
1 parent ea5bebc commit 8c87f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/framework/react/reference/Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: field
title: Field
---

### `type FieldComponent<TFormData>`
### `FieldComponent<TFormData>`

A type alias representing a field component for a specific form data type.

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/react/reference/formApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Form API

### `FormApi<TFormData>`

When using `@tanstack/react-form`, the [core form API](../../core//reference/formApi.md) is extended with additional methods for React-specific functionality:
When using `@tanstack/react-form`, the [core form API](../../reference/formApi) is extended with additional methods for React-specific functionality:

- ```tsx
Form: FormComponent
Expand Down

0 comments on commit 8c87f04

Please sign in to comment.