Skip to content

Commit 54c6ef8

Browse files
committed
edit: remove last two intro bullets
1 parent 8586b73 commit 54c6ef8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/en/guides/actions.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Use actions instead of API endpoints for seamless communication between your cli
1717
- Automatically validate JSON and form data inputs using [Zod validaton](https://zod.dev/?id=primitives).
1818
- Generate type-safe functions to call your backend from the client and even [from server forms](#call-actions-from-an-html-form-action). No need for manual `fetch()` calls.
1919
- Standardize backend errors with the `ActionError` object.
20-
- Get types and autocomplete for your action data in your editor.
21-
- Check for build errors caused by type errors in the command line with `astro check`.
2220

2321
## Basic usage
2422

0 commit comments

Comments
 (0)