From c7e1855f55ff6c76a420751b6823a796687cb565 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 1 Oct 2024 09:56:10 +0200 Subject: [PATCH] fix numbering of headlines The number 5 was used twice while item 4 did not exist before: 3. Create Test 5. Write a Basic Test 5. Configure Acceptance Tests Now: 3. Create Test 4. Write a Basic Test 5. Configure Acceptance Tests --- quickstart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.html b/quickstart.html index 77edf9660..ad4a57445 100644 --- a/quickstart.html +++ b/quickstart.html @@ -71,7 +71,7 @@

1.Install

-

5. Write a Basic Test

+

4. Write a Basic Test

It's now time to write your first test. Edit the file we've just created