From 4dc7dfdf71d9ab1419518971c8701527d0dd1f45 Mon Sep 17 00:00:00 2001 From: davidko Date: Mon, 23 Oct 2023 19:10:00 +0800 Subject: [PATCH] chore: fix typo Signed-off-by: davidko --- enhancements/20220428-storage-network-through-grpc-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/20220428-storage-network-through-grpc-proxy.md b/enhancements/20220428-storage-network-through-grpc-proxy.md index 45629bc..4fa5d26 100644 --- a/enhancements/20220428-storage-network-through-grpc-proxy.md +++ b/enhancements/20220428-storage-network-through-grpc-proxy.md @@ -51,7 +51,7 @@ https://github.com/longhorn/longhorn/issues/3546 - Introduce a new gRPC server in Instance Manager. -- Keep re-usable connections between Manager and Instance Managers. +- Keep reusable connections between Manager and Instance Managers. - Allow Manager to fall back to engine binary call when communicating with old Instance Manager.