[skip ci] Fix typo in api reference (#11579)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-10 20:15:30 +08:00 committed by GitHub
parent c05f4ed997
commit aeffe96417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,7 +554,7 @@ message LoadPartitionsRequest {
}
```
**parition_names** is a list of parition_name. These partitions in collection with the **collection_name** are going to be loaded to memory.
**partition_names** is a list of partition_name. These partitions in collection with the **collection_name** are going to be loaded to memory.
**Returns:**
@ -596,7 +596,7 @@ message ReleasePartitionsRequest {
}
```
**parition_names** is a list of parition_name. These partitions in collection with the **collection_name** are going to be released from memory.
**partition_names** is a list of partition_name. These partitions in collection with the **collection_name** are going to be released from memory.
**Returns:**