Skip to content

Commit

Permalink
docs: Fix typo in Route Handlers docs. (vercel#51429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Lutz authored Jun 16, 2023
1 parent cd68352 commit 67853aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export async function POST() {
}
```

> **Good to know**: Previously, API Routes could have been used for use cases like handling form submissions. Route Handlers are likely not the solution for these uses cases. We will be recommending the use of [mutations](/docs/app/building-your-application/data-fetching/server-actions) for this when ready.
> **Good to know**: Previously, API Routes could have been used for use cases like handling form submissions. Route Handlers are likely not the solution for these use cases. We will be recommending the use of [mutations](/docs/app/building-your-application/data-fetching/server-actions) for this when ready.
### Route Resolution

Expand Down

0 comments on commit 67853aa

Please sign in to comment.