From a40c5224bdadd09ee333557c2806fba1813cfcff Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Thu, 6 Jan 2022 13:15:56 +0800 Subject: [PATCH] [skip e2e] Check the syntax of mep-template md (#14890) Signed-off-by: min.tian --- docs/design_docs/MEP-Template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/MEP-Template.md b/docs/design_docs/MEP-Template.md index 0c0e904665..995ece35f8 100644 --- a/docs/design_docs/MEP-Template.md +++ b/docs/design_docs/MEP-Template.md @@ -23,7 +23,7 @@ Briefly list any new interfaces that will be introduced as part of this proposal ## Design Details(required) -Describe the new thing you want to do appropriate detail. This may be fairly extensive and have large subsections of its own. Or it may be a few sentences. Use judgment based on the scope of the change. +Describe the new thing you want to do in appropriate detail. This may be fairly extensive and have large subsections of its own. Or it may be a few sentences. Use judgment based on the scope of the change. ## Compatibility, Deprecation, and Migration Plan(optional) - What impact (if any) will there be on existing users?