From 23cc188e52bc7eff9b561df683d77083d2a2584c Mon Sep 17 00:00:00 2001 From: Kj2508un <122623671+Kj2508un@users.noreply.github.com> Date: Fri, 10 Mar 2023 20:08:29 +0530 Subject: [PATCH] Typographical mistake corrected. Typographical mistake corrected. --- kahu/development_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kahu/development_guide.md b/kahu/development_guide.md index b875fb3..4fd51fc 100644 --- a/kahu/development_guide.md +++ b/kahu/development_guide.md @@ -35,7 +35,7 @@ In case of changes needed to any of these interfaces, respective proto file need make generated_files ``` -4. For any modification to other part of the code, execute below command to build the binaries and generate the docker images. +4. For any modification to other part of the code, execute below commands to build the binaries and generate the docker images. ```shell make release-images ```