From ed54305b2d50d0f686ad32eb3b9dfd1410151073 Mon Sep 17 00:00:00 2001
From: Vaibhav Malaviya <55515799+vaimalaviya1233@users.noreply.github.com>
Date: Mon, 4 Aug 2025 04:41:58 -0500
Subject: [PATCH] Update IDEs.mdx
corrected spell mistake
---
pages/software/IDEs.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/software/IDEs.mdx b/pages/software/IDEs.mdx
index 3c6d988..f4bcceb 100644
--- a/pages/software/IDEs.mdx
+++ b/pages/software/IDEs.mdx
@@ -72,7 +72,7 @@ Fedora is not recommended for use of Jetbrains IDE.
Andronix supports VS Code on all four of our support CPU architectures, namely ARM64(armv8), armv7,
i686 and x86_64.
-VS Code comes pre-installed with out Modded OSs.
+VS Code comes pre-installed with our Modded OSs.
### Debian based distros (Package Manager - apt)
@@ -80,4 +80,4 @@ Please execute the following command from within the distro's shell-
```bash copy
apt install wget -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Uninstall/vscode_patch.sh && chmod +x vscode_patch.sh && ./vscode_patch.sh
-```
\ No newline at end of file
+```