From 7382d863c7c4dcd17f3f15f63af5f543b1c90111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 26 Nov 2023 10:30:24 +0100 Subject: [PATCH] Fix lint issue --- migrate-from-vitess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate-from-vitess.md b/migrate-from-vitess.md index c0e5a719e2255..5b0b033393aba 100644 --- a/migrate-from-vitess.md +++ b/migrate-from-vitess.md @@ -19,7 +19,7 @@ Because both Vitess and TiDB support the MySQL protocol and SQL dialect, changes The following two examples show how Dumpling and TiDB Lightning work together to migrate data from Vitess to TiDB. -- In this example, TiDB Lightning uses the [logical import mode], which first encodes data into SQL statements and then runs the SQL statements to import data. +- In this example, TiDB Lightning uses the [logical import mode], which first encodes data into SQL statements and then runs the SQL statements to import data. ![Vitess to TiDB Migration with TiDB backend](/media/vitess_to_tidb.png)