From c206fae7487a09129c6ba5050aa518eb7e211786 Mon Sep 17 00:00:00 2001 From: Rook Date: Fri, 21 Aug 2026 11:23:48 +0000 Subject: [PATCH] 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(() => {