From ce940ee52d86b7933f08c1cc3ed6c0ba7db553b5 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Mon, 22 Jun 2026 22:27:18 +0530 Subject: [PATCH] docs: fix typos in router guides - data-loading.md: fullfil -> fulfill - type-utilities.md: intension -> intention - use-environment-variables.md: prefered -> preferred, libray -> library --- docs/router/guide/data-loading.md | 2 +- docs/router/guide/type-utilities.md | 2 +- docs/router/how-to/use-environment-variables.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/router/guide/data-loading.md b/docs/router/guide/data-loading.md index 2ecdf443ad..182ed69c9a 100644 --- a/docs/router/guide/data-loading.md +++ b/docs/router/guide/data-loading.md @@ -387,7 +387,7 @@ export const Route = createFileRoute('/posts')({ import { routeTree } from './routeTree.gen' // Use your routerContext to create a new router -// This will require that you fullfil the type requirements of the routerContext +// This will require that you fulfill the type requirements of the routerContext const router = createRouter({ routeTree, context: { diff --git a/docs/router/guide/type-utilities.md b/docs/router/guide/type-utilities.md index 8db99d28e2..d02e7c3a9f 100644 --- a/docs/router/guide/type-utilities.md +++ b/docs/router/guide/type-utilities.md @@ -3,7 +3,7 @@ id: type-utilities title: Type Utilities --- -Most types exposed by TanStack Router are internal, subject to breaking changes and not always easy to use. That is why TanStack Router has a subset of exposed types focused on ease of use with the intension to be used externally. These types provide the same type safe experience from TanStack Router's runtime concepts on the type level, with flexibility of where to provide type checking +Most types exposed by TanStack Router are internal, subject to breaking changes and not always easy to use. That is why TanStack Router has a subset of exposed types focused on ease of use with the intention to be used externally. These types provide the same type safe experience from TanStack Router's runtime concepts on the type level, with flexibility of where to provide type checking ## Type checking Link options with `ValidateLinkOptions` diff --git a/docs/router/how-to/use-environment-variables.md b/docs/router/how-to/use-environment-variables.md index 2d35308158..387abdeaab 100644 --- a/docs/router/how-to/use-environment-variables.md +++ b/docs/router/how-to/use-environment-variables.md @@ -568,7 +568,7 @@ Pass variables from the server down to the client: **Example**: -You may use your prefered backend framework/libray, but here it is using Tanstack Start server functions: +You may use your preferred backend framework/library, but here it is using Tanstack Start server functions: ```tsx const getRuntimeVar = createServerFn({ method: 'GET' }).handler(() => {