From 8c1cfe64ce10c9225c38d17997f3d2eee687df61 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 27 Dec 2021 17:58:07 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#14332) 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 324c8e4333..3e67525a99 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -410,7 +410,7 @@ type channelsMgr interface { Proxy uses these dql message streams to send search requests. The Remove related operation is to delete the corresponding message stream object, but the stream is not immediately -closed because maybe there are some data needs to be written into stream currently. +closed because maybe there are some data that needs to be written into stream currently. ##### 6.6.3 channelsTimeTicker