diff --git a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md
index 5acf3e6e..fa63559d 100644
--- a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md
+++ b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md
@@ -59,7 +59,7 @@ contextual_links:
- Set env path in zshrc profile.
- Open the terminal and type ***vi ~/.zshrc***
- Enter the below to set the path and save it.
- - ***Export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home***
+ - ***export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home***
@@ -260,4 +260,4 @@ ng --version
```
- **You can now access the server at http://devos.testsigma.com/ui/**
-
\ No newline at end of file
+
diff --git a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md
index 47e2fd43..42af890f 100644
--- a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md
+++ b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md
@@ -55,7 +55,7 @@ contextual_links:
- Set env path in zshrc profile.
- Open the terminal and type ***vi ~/.zshrc***
- Enter the below to set the path and save it.
- - ***Export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home***
+ - ***export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home***
@@ -246,4 +246,4 @@ Once the above configuration is done, we need to add UI, Server, and Agent as a
```
- **You can now access the server at http://devos.testsigma.com/ui/**
-
\ No newline at end of file
+