From 7a919366fcadd958d16db96b7f43c8ac9d7848f2 Mon Sep 17 00:00:00 2001 From: Yuliya_Prihodko Date: Tue, 9 Apr 2024 16:26:20 +0300 Subject: [PATCH] Fix for Back-end Java contribution guide --- docs/dev-guides/BackEndJavaContributionGuide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-guides/BackEndJavaContributionGuide.mdx b/docs/dev-guides/BackEndJavaContributionGuide.mdx index 142806197..d40dec67a 100644 --- a/docs/dev-guides/BackEndJavaContributionGuide.mdx +++ b/docs/dev-guides/BackEndJavaContributionGuide.mdx @@ -407,7 +407,7 @@ proxy: [ ] ``` -- If NodeJs is not already installed, install it (version 20 at minimum). +- If NodeJs is not already installed, install it (version 20 is recommended). - From the root folder(service-ui), run Service UI using the following commands: ```shell cd app