[skip e2e] Fix grammar (#15010)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-01-07 19:03:49 +08:00 committed by GitHub
parent 3aaf65efa9
commit a1c29d4709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,7 +551,7 @@ message GetPartitionStatisticsResponse {
```
## ShowPartitions
Get all partitions name in db, or get in-memory state for each partition.
Get all partitions' names in db, or get in-memory state for each partition.
```
rpc ShowPartitions(ShowPartitionsRequest) returns (ShowPartitionsResponse) {}
```