Docs: grammar: manage connections

Minor grammar edits to the Admin > Manage connections page
This commit is contained in:
Sean Ely 2022-05-26 10:21:56 -07:00 committed by gccgdb1234
parent c37d13b285
commit bda7cbbbb2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ sidebar_label: Connections & Tasks
title: Manage Connections and Query Tasks title: Manage Connections and Query Tasks
--- ---
System operator can use TDengine CLI to show the connections, ongoing queries, stream computing, and can close connection or stop ongoing query task or stream computing. A system operator can use TDengine CLI to show the connections, ongoing queries, stream computing, and can close connection or stop ongoing query task or stream computing.
## Show Connections ## Show Connections
@ -51,4 +51,4 @@ The first column of the output is stream ID, which is composed of the connection
KILL STREAM <stream-id>; KILL STREAM <stream-id>;
``` ```
The the above SQL command, `stream-id` is from the first column of the output of `SHOW STREAMS`. The above SQL command, `stream-id` is from the first column of the output of `SHOW STREAMS`.