From 66d9d6c8b145b3fb107525292c2e905ab93c422d Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 23 Mar 2023 11:36:01 +0800 Subject: [PATCH] wording updates --- develop/dev-guide-choose-driver-or-orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-guide-choose-driver-or-orm.md b/develop/dev-guide-choose-driver-or-orm.md index 21651c469557..81da8df430d1 100644 --- a/develop/dev-guide-choose-driver-or-orm.md +++ b/develop/dev-guide-choose-driver-or-orm.md @@ -9,7 +9,7 @@ summary: Learn how to choose a driver or ORM framework to connect to TiDB. > > TiDB provides the following two support levels for drivers and ORMs: > -> - **Full**: indicates that TiDB is compatible with most of the features of the tool and maintains compatibility with its newer versions. PingCAP will periodically conduct compatibility tests with the latest version of [Third-party tools supported by TiDB](/develop/dev-guide-third-party-support.md). +> - **Full**: indicates that TiDB is compatible with most features of the tool and maintains compatibility with its newer versions. PingCAP will periodically conduct compatibility tests with the latest version of [Third-party tools supported by TiDB](/develop/dev-guide-third-party-support.md). > - **Compatible**: indicates that because the corresponding third-party tool is adapted to MySQL and TiDB is highly compatible with the MySQL protocol, so TiDB can use most features of the tool. However, PingCAP has not completed a full test on all features of the tool, which might lead to some unexpected behaviors. > > For more information, refer to [Third-Party Tools Supported by TiDB](/develop/dev-guide-third-party-support.md).