From 59bd72d4be4d88b898387c42fee83b625c5f304f Mon Sep 17 00:00:00 2001 From: Mattias Jonsson Date: Thu, 16 Sep 2021 21:22:24 +0200 Subject: [PATCH] Update enable-tls-between-clients-and-servers.md Fixed a typo --- enable-tls-between-clients-and-servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enable-tls-between-clients-and-servers.md b/enable-tls-between-clients-and-servers.md index cf2bda67b4649..d39981f8ab49f 100644 --- a/enable-tls-between-clients-and-servers.md +++ b/enable-tls-between-clients-and-servers.md @@ -38,7 +38,7 @@ Similar to MySQL, the encrypted connections in TiDB consist of single connection ## Configure TiDB to use encrypted connections -See the following desrciptions about the related parameters to enable encrypted connections: +See the following descriptions about the related parameters to enable encrypted connections: - [`ssl-cert`](/tidb-configuration-file.md#ssl-cert): specifies the file path of the SSL certificate - [`ssl-key`](/tidb-configuration-file.md#ssl-key): specifies the private key that matches the certificate