From e46704642c80e2ea06800fa58e552c1b25ae10db Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 12 Oct 2023 18:05:43 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ran --- develop/dev-guide-gui-datagrip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-guide-gui-datagrip.md b/develop/dev-guide-gui-datagrip.md index 251955c945bc0..3ed6652fbfd2d 100644 --- a/develop/dev-guide-gui-datagrip.md +++ b/develop/dev-guide-gui-datagrip.md @@ -73,7 +73,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you've sele ![Select a data source in DataGrip](/media/develop/datagrip-data-source-select.jpg) -7. Copy the JDBC string from the TiDB Cloud connection dialog and replace the `` placeholder with your actual password. Then, paste it into the **URL** field, and the remaining parameters will be auto-populate. An example result is as follows: +7. Copy the JDBC string from the TiDB Cloud connection dialog and replace `` with your actual password. Then, paste it into the **URL** field, and the remaining parameters will be auto-populated. An example result is as follows: ![Configure the URL field for TiDB Serverless](/media/develop/datagrip-url-paste.jpg)