From 4305899cc167674a5169fc8dc2fe45171011df20 Mon Sep 17 00:00:00 2001 From: Timo <6358247+timotk@users.noreply.github.com> Date: Fri, 24 Dec 2021 09:30:58 +0100 Subject: [PATCH] Fix typo in progress bar example --- www/examples/progress-bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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