docs: grammar: rest api

Minor grammar edit to Reference > REST API page
This commit is contained in:
Sean Ely 2022-05-27 08:38:09 -07:00 committed by gccgdb1234
parent 1b26020e54
commit 61989bad07
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ One difference from the native connector is that the REST interface is stateless
## Installation ## Installation
The REST interface does not rely on any TDengine native library, so the client application does not need to install any TDengine libraries. The client application's development language supports the HTTP protocol is enough. The REST interface does not rely on any TDengine native library, so the client application does not need to install any TDengine libraries. The client application's development language only needs to support the HTTP protocol.
## Verification ## Verification