diff --git a/src/routes/solid-start/reference/server/use-server.mdx b/src/routes/solid-start/reference/server/use-server.mdx index 509e4b5ea..692f1290c 100644 --- a/src/routes/solid-start/reference/server/use-server.mdx +++ b/src/routes/solid-start/reference/server/use-server.mdx @@ -40,7 +40,7 @@ const logHello = async (message: string) => { logHello("Hello"); ``` -In both of these examples, the `logHello` function, it would only show in the server console regardless of whether rendering was on the server or in the browser. +In both examples, the `logHello` function will only show in the server console, regardless of whether rendering was on the server or in the browser. ## Usage with Data APIs