From 6df239fd6c8c35e346f08f756091768931959ca3 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Mon, 29 Aug 2022 16:17:23 +0800 Subject: [PATCH] doc: fix compilation error --- docs/en/15-programming/01-connect/index.md | 2 +- docs/en/15-programming/03-connector/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/15-programming/01-connect/index.md b/docs/en/15-programming/01-connect/index.md index 9445d6ead8..8561c7802c 100644 --- a/docs/en/15-programming/01-connect/index.md +++ b/docs/en/15-programming/01-connect/index.md @@ -1,7 +1,7 @@ --- sidebar_label: Connect title: Connect to TDengine Cloud Service -description: Quick start of using TDengine connectors to conenct +description: Quick start of using TDengine connectors to connect to TDengine cloud service --- This section briefly describes how to connect to TDengine cloud service using the connectors provided by TDengine so that programmers can get started quickly. diff --git a/docs/en/15-programming/03-connector/index.md b/docs/en/15-programming/03-connector/index.md index 7073513b22..f37bf329a8 100644 --- a/docs/en/15-programming/03-connector/index.md +++ b/docs/en/15-programming/03-connector/index.md @@ -1,7 +1,8 @@ --- sidebar_label: Connector title: Connector Reference -description: Reference guide for connectors +description: 'Reference guide for connectors' +--- This section is a detailed reference guide of the connectors provided by TDengine. -- GitLab