Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/router/how-to/use-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down