From a9327c27daf422e06495f347a72bf65d1fdec8be Mon Sep 17 00:00:00 2001 From: lilin90 Date: Thu, 20 Sep 2018 15:50:56 +0800 Subject: [PATCH] sql: fix wording --- sql/mysql-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysql-compatibility.md b/sql/mysql-compatibility.md index e8b22285ad1e5..606498445185f 100644 --- a/sql/mysql-compatibility.md +++ b/sql/mysql-compatibility.md @@ -137,7 +137,7 @@ Create Table: CREATE TABLE `t1` ( 1 row in set (0.00 sec) ``` -Architecturally, TiDB does support a similar storage engine abstraction to MySQL, user tables are be created in the engine specified by the [`--store`](server-command-option.md#--store) option used when starting tidb-server (typically `tikv`). +Architecturally, TiDB does support a similar storage engine abstraction to MySQL, and user tables are created in the engine specified by the [`--store`](server-command-option.md#--store) option used when you start tidb-server (typically `tikv`). ### EXPLAIN