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
+```