Skip to content

Commit d5e5632

Browse files
Clarify Elysia usage in server-side rendering
1 parent 9c4bdf0 commit d5e5632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/tanstack-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function App() {
117117

118118
:::
119119

120-
Calling Elysia in a loader will be executed on the server side during SSR, and doesn't have HTTP overhead.
120+
Calling Elysia in the loader will make sure to execute it on the server side during SSR, and doesn't have HTTP overhead.
121121

122122
Eden Treaty will ensure type safety on both server and client.
123123

0 commit comments

Comments
 (0)