diff --git a/markdown-pages/en/tidb/master/system-variables.md b/markdown-pages/en/tidb/master/system-variables.md index 11b46b110..ab94187a7 100644 --- a/markdown-pages/en/tidb/master/system-variables.md +++ b/markdown-pages/en/tidb/master/system-variables.md @@ -2803,7 +2803,7 @@ Query OK, 0 rows affected (0.09 sec) > **Note:** > > - Suppose that the TSO RPC latency increases for reasons other than a CPU usage bottleneck of the PD leader (such as network issues). In this case, enabling the TSO Follower Proxy might increase the execution latency in TiDB and affect the QPS performance of the cluster. -> - This feature is incompatble with [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840). If this feature is enabled, [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840) does not take effect. +> - This feature is incompatible with [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840). If this feature is enabled, [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840) does not take effect. ### tidb_enable_unsafe_substitute New in v6.3.0