From 15789313823d1a082940a85ee5fc1794c3d23f36 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Thu, 3 Apr 2025 11:19:44 +0100 Subject: [PATCH] Fix missing bracket --- docs/get_started.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/get_started.md b/docs/get_started.md index f0c39c284..afacdfa00 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -123,11 +123,11 @@ version upgrade. To modify these values: set the timeout property for: ``` "test_modules":{ - "connection":{ - "timeout": 500 - } + "connection":{ + "timeout": 500 } - ``` + } + ``` Before timeout options: ``` @@ -163,6 +163,7 @@ After timeout options: "timeout": 500 } } +} ``` # Troubleshooting