diff --git a/docs/design_docs/datanode_recovery_design_0513_2021.md b/docs/design_docs/datanode_recovery_design_0513_2021.md index 7ae96c16d0..ac4ab6dd43 100644 --- a/docs/design_docs/datanode_recovery_design_0513_2021.md +++ b/docs/design_docs/datanode_recovery_design_0513_2021.md @@ -44,7 +44,7 @@ DataCoord tells DataNode stateful vchannel info through RPC `WatchDmChannels` so the same messages over and over again. So flowgraph needs the ability to consume messages in the middle of a vchannel. DataNode tells DataCoord vchannel states after each flush through RPC `SaveBinlogPaths`, so that DataCoord -keeps the vchannel states update. +keeps the vchannel states updated. ## Some interface/proto designs below are outdated, will be updated soon