Procházet zdrojové kódy

Fix typo (#284)

Signed-off-by: groot <yihua.mo@zilliz.com>
groot před 3 roky
rodič
revize
fa354a44aa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 ```