[skip ci]Fix doc error in proxy.md (#10649)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/10652/head
JackLCL 2021-10-26 14:40:32 +08:00 committed by GitHub
parent df6f05d402
commit eaeb57479c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## 6. Proxy
As the user access layer of Milvus, Proxy mainly plays a role that does some check and preprocessing for requests from
As the user access layer of Milvus, Proxy mainly plays a role that does some checks and preprocessing for requests from
clients and then forward these requests to other components, such as Root Coordinator, Data Coordinator, Query
Coordinator, Index Coordinator. The below figure shows that how Proxy interacts with other components.