Skip to content

Commit bca8d22

Browse files
Update actions.mdx change "caching" to "functionality" (#1191)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent c5423b4 commit bca8d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/concepts/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `echo` action will act as a backend, however, it can be substituted for any
4444
Typically, route actions are used with some sort of solution like fetch or GraphQL.
4545

4646
:::tip
47-
In [SolidStart](/solid-start) apps, it's recommended to use the [`"use server"`](/solid-start/reference/server/use-server) directive to leverage server-side caching.
47+
In [SolidStart](/solid-start) apps, it's recommended to use the [`"use server"`](/solid-start/reference/server/use-server) directive to leverage server-side functionality.
4848
:::
4949

5050
### Using actions

0 commit comments

Comments
 (0)