diff --git a/docs/design_docs/milvus_proto.md b/docs/design_docs/milvus_proto.md index e705051b53..a8b4aa1edb 100644 --- a/docs/design_docs/milvus_proto.md +++ b/docs/design_docs/milvus_proto.md @@ -750,7 +750,7 @@ message DescribeIndexResponse { // Response status common.Status status = 1; - // All index informations, for now only return tha latest index you created for the collection. + // All index informations, for now only return the latest index you created for the collection. repeated IndexDescription index_descriptions = 2; } ```