Skip to content

Commit 5f47f51

Browse files
authored
Update actions.mdx change "caching" to "functionality"
As discussed in the below discord links, this should say "functionality" not "caching" https://discord.com/channels/722131463138705510/861229287868858379/1375610573462573086 https://discord.com/channels/722131463138705510/861229287868858379/1375624315890044928
1 parent 2a2d8b2 commit 5f47f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)