Skip to content

Commit e655368

Browse files
authored
Update use-server.mdx
This is a rewording of a sentence. - One change could be preference - The word 'it' seems unintentional - I would choose 'will' over 'would'.
1 parent b107a4e commit e655368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/reference/server/use-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const logHello = async (message: string) => {
4040
logHello("Hello");
4141
```
4242

43-
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.
43+
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.
4444

4545
## Usage with Data APIs
4646

0 commit comments

Comments
 (0)