Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 15, 2023
1 parent c5bf6c3 commit 7f0faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/tutorials/username-and-password/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export async function POST(context: APIContext): Promise<Response> {
```

```html
<form method="POST" acton="/api/logout">
<form method="post" action="/api/logout">
<button>Sign out</button>
</form>
```

0 comments on commit 7f0faa1

Please sign in to comment.