Skip to content

Commit c20c3b4

Browse files
authored
docs: "Runtime Context" -> Execution Context (#1313)
Fix wording: "Runtime Context" should be "Execution Context" <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Documentation** * Updated Server Actions documentation terminology to provide clearer guidance on execution contexts, improving clarity for developers working with Server Actions. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4389f49 commit c20c3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/content/docs/server-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const ping = os
3232
```
3333

3434
:::tip
35-
We recommend using [Runtime Context](/docs/context#execution-context) instead of [Initial Context](/docs/context#initial-context) when working with Server Actions.
35+
We recommend using [Execution Context](/docs/context#execution-context) instead of [Initial Context](/docs/context#initial-context) when working with Server Actions.
3636
:::
3737

3838
:::warning

0 commit comments

Comments
 (0)