Prechádzať zdrojové kódy

Fix typo (#284)

Signed-off-by: groot <yihua.mo@zilliz.com>
groot 3 rokov pred
rodič
commit
fa354a44aa
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      DEVELOPMENT.md

+ 1 - 1
DEVELOPMENT.md

@@ -20,7 +20,7 @@ call the following command to generate protobuf related code
 
 ## Update Milvus proto files
 Milvus proto files are managed by a submodule project under the directory: src/main/milvus-proto
-Before developing a new interfaces, you need to get latest proto files by the following commands:
+Before developing new interfaces, you need to get the latest proto files by the following command:
 ```shell
   git submodule update --remote
 ```