From 8d0a1569426248f39d2a3a5e8f0fc34965aed3cb Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 29 Dec 2021 12:09:20 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#14494) 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 0456928113..70b1451813 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 requests. + Proxy uses these dml message streams to write dml data, such as insert requests. - createDQLStream and getDQLStream