From c206fae7487a09129c6ba5050aa518eb7e211786 Mon Sep 17 00:00:00 2001 From: Rook Date: Fri, 21 Aug 2026 11:23:48 +0000 Subject: [PATCH 1/2] docs: fix typos in environment variables guide --- docs/router/how-to/use-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/how-to/use-environment-variables.md b/docs/router/how-to/use-environment-variables.md index 2d35308158c..387abdeaab1 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(() => { From 3849358de16670b3e76995a927e36534a60d8684 Mon Sep 17 00:00:00 2001 From: karlsune Date: Thu, 27 Aug 2026 11:13:27 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/router/how-to/use-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/how-to/use-environment-variables.md b/docs/router/how-to/use-environment-variables.md index 387abdeaab1..357a655b5a0 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 preferred backend framework/library, 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(() => {