Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopkovacs committed Jan 13, 2024
1 parent 34e109c commit 3c87c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/form.$version.docs.framework.$framework.$.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const loader = async (context: LoaderFunctionArgs) => {

export const meta: MetaFunction<typeof loader> = ({ data }) => {
return seo({
title: `${data?.title} | TanStack Query Docs`,
title: `${data?.title} | TanStack Form Docs`,
description: data?.description,
})
}
Expand Down

0 comments on commit 3c87c8b

Please sign in to comment.