From 77b1e6d738187f6b5bec6e00d66a5f4728152832 Mon Sep 17 00:00:00 2001 From: Jaideep Ghosh <3909648+jaideepghosh@users.noreply.github.com> Date: Thu, 23 May 2024 01:08:50 +0530 Subject: [PATCH] docs:Fix markdown syntax in the contributing_pl (#2354) * docs:Added hindi translation for contribution guides. * feat:Included the hindi translation link to other language files. * docs:Resolved the markdown formatting in contributing_pl. --------- Co-authored-by: Anoop M D --- docs/contributing/contributing_pl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/contributing_pl.md b/docs/contributing/contributing_pl.md index 0d67045c4..3c10af8de 100644 --- a/docs/contributing/contributing_pl.md +++ b/docs/contributing/contributing_pl.md @@ -33,7 +33,7 @@ Bruno jest rozwijane jako aplikacja desktopowa. Musisz załadować aplikację, u ### Lokalny Rozwój -````bash +```bash # użyj wersji nodejs 18 nvm use @@ -66,7 +66,7 @@ done # Usuń package-lock w podkatalogach find . -type f -name "package-lock.json" -delete -```` +``` ### Testowanie