diff --git a/www/examples/progress-bar.md b/www/examples/progress-bar.md index 2d6142e4..dfde533c 100644 --- a/www/examples/progress-bar.md +++ b/www/examples/progress-bar.md @@ -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