Fix typo in progress bar example

This commit is contained in:
Timo 2021-12-24 09:30:58 +01:00
parent e3c0dadbe7
commit 4305899cc1

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">