Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg authored and FraserChapman committed Feb 16, 2024
1 parent d15f79b commit 827005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/examples/async-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Next we will add some scripting to work with an `auth` promise (returned by a li
```

Here we use a global variable, but you could use `localStorage` or whatever preferred mechanism
want to communicate the authentication token to the `htmx:configRequest` event.
you want to communicate the authentication token to the `htmx:configRequest` event.

With this code in place, htmx will not issue requests until the `auth` promise has been resolved.

0 comments on commit 827005e

Please sign in to comment.