Skip to content

Commit

Permalink
edit: remove last two intro bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Aug 6, 2024
1 parent 8586b73 commit 54c6ef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/docs/en/guides/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Use actions instead of API endpoints for seamless communication between your cli
- Automatically validate JSON and form data inputs using [Zod validaton](https://zod.dev/?id=primitives).
- 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.
- Standardize backend errors with the `ActionError` object.
- Get types and autocomplete for your action data in your editor.
- Check for build errors caused by type errors in the command line with `astro check`.

## Basic usage

Expand Down

0 comments on commit 54c6ef8

Please sign in to comment.