From 1eb52465d77283c283b5e6c766a86771e7e93cf2 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Tue, 5 May 2020 01:45:02 +0530 Subject: [PATCH] Added a missing closing bracket (#24254) --- docs/sources/features/datasources/testdata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/testdata.md b/docs/sources/features/datasources/testdata.md index db58d7c9b91..482ea251db8 100644 --- a/docs/sources/features/datasources/testdata.md +++ b/docs/sources/features/datasources/testdata.md @@ -19,7 +19,7 @@ This makes it much easier to verify functionality since the data can be shared v The `TestData DB` data source is not enabled by default. To enable it: -1. In the **Configuration** menu (small gear on the left side of the screen, click **Data Sources**. +1. In the **Configuration** menu (small gear on the left side of the screen), click **Data Sources**. 2. Click **Add Data Source**. 3. Search and click `TestData DB`. 4. Click **Save & Test** to enable it.