From cad9f60eb9fd3a2abc9def667a5d67fd77aee8ba Mon Sep 17 00:00:00 2001 From: Jitendra Kumar <76531339+jitendragangwar123@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:45:47 +0530 Subject: [PATCH] docs(DEVELOPER):fix typo --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 99b866d4942..c30ebd17da5 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -148,7 +148,7 @@ You can follow [Managing your personal access token](https://docs.github.com/en/ Finally, we start the build process: ``` -# Build the virutual environment for developing Kong +# Build the virtual environment for developing Kong make build-venv ```