Skip to content

Commit 15bee3a

Browse files
committed
Fix typo
1 parent 9c1297c commit 15bee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/examples/async-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Async Authentication"
33
template = "demo.html"
44
+++
55

6-
This example shows how to implement an an async auth token flow for htmx.
6+
This example shows how to implement an async auth token flow for htmx.
77

88
The technique we will use here will take advantage of the fact that you can delay requests
99
using the [`htmx:confirm`](@/events.md#htmx:confirm) event.

0 commit comments

Comments
 (0)