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