[skip ci]Modify the grammatical problem (#10344)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/10384/head
jingkl 2021-10-21 19:32:47 +08:00 committed by GitHub
parent 60a45ba08d
commit 918521456a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This document guides you through the Pytest-based PyMilvus test framework.
### Deploy Milvus
To accommodate the variety of requirements, Milvus offers as much as four deployment methods. PyMilvus supports Milvus deployed with any of the methods below:
To accommodate the variety of requirements, Milvus offers as many as four deployment methods. PyMilvus supports Milvus deployed with any of the methods below:
1. [Build from source code](https://github.com/milvus-io/milvus#to-start-developing-milvus)
2. Install with Docker Compose
@ -23,7 +23,7 @@ To accommodate the variety of requirements, Milvus offers as much as four deploy
4. Install with KinD
> For test purpose, we recommend installing Milvus with KinD. KinD supports ClickOnce deployment of Milvus and its test client. KinD deployment is tailored for scenarios with small data scale, such as development/debugging test cases and functional verification.
> For test purposes, we recommend installing Milvus with KinD. KinD supports the ClickOnce deployment of Milvus and its test client. KinD deployment is tailored for scenarios with small data scale, such as development/debugging test cases and functional verification.
- **Prerequisites**