Merge pull request #737 from timotk/master

Fix typo in progress bar example
This commit is contained in:
1cg 2022-01-14 11:14:43 -07:00 committed by GitHub
commit 92fe46e845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ layout: demo_layout.njk
This example shows how to implement a smoothly scrolling progress bar.
We start with an intial state with a button that issues a `POST` to `/start` to begin the job:
We start with an initial state with a button that issues a `POST` to `/start` to begin the job:
```html
<div hx-target="this" hx-swap="outerHTML">