docs:cdiwadkar16-patch-4-39 - minor

rephrased slightly
This commit is contained in:
Chait Diwadkar 2022-05-29 17:35:22 -07:00 committed by gccgdb1234
parent f534bc7745
commit b9bfeddcd1
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
title: Reference
---
The reference guide is the detailed introduction to TDengine, various TDengine's connectors in different languages, and the tools that come with it.
The reference guide is a detailed introduction to TDengine including various TDengine connectors in different languages, and the tools that come with TDengine.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```
```