Skip to content

Commit 51864f6

Browse files
authored
(fix): mismatch href bug (#7368)
"use-server" docs Server Functions href fixed.
1 parent 9fb491d commit 51864f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/rsc/use-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ titleForTitleTag: "'use server' directive"
2424

2525
### `'use server'` {/*use-server*/}
2626

27-
Add `'use server'` at the top of an async function body to mark the function as callable by the client. We call these functions [_Server Functions_]((/reference/rsc/server-functions)).
27+
Add `'use server'` at the top of an async function body to mark the function as callable by the client. We call these functions [_Server Functions_](/reference/rsc/server-functions).
2828

2929
```js {2}
3030
async function addToCart(data) {

0 commit comments

Comments
 (0)