From 14218933c13a644b8fea8251b205b489f562b452 Mon Sep 17 00:00:00 2001 From: Bennu Date: Tue, 28 Dec 2021 20:24:03 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#14455) Signed-off-by: Bennu --- docs/design_docs/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/proxy.md b/docs/design_docs/proxy.md index 35cb71f8fb..c8b4848db9 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -399,7 +399,7 @@ type channelsMgr interface { getDMLStream returns the dml message stream of a collection; - Proxy uses these dml message stream to write dml data, such as insert request. + Proxy uses these dml message stream to write dml data, such as insert requests. - createDQLStream and getDQLStream