From 093124022b8858de53836637f27e7a08b1c02ab7 Mon Sep 17 00:00:00 2001 From: swat Date: Fri, 5 Dec 2025 12:46:42 +0530 Subject: [PATCH] Fix typo in instructions for running Java code --- tutorials/how-to-run-java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/how-to-run-java.md b/tutorials/how-to-run-java.md index b86dc3a..f7b3cba 100644 --- a/tutorials/how-to-run-java.md +++ b/tutorials/how-to-run-java.md @@ -54,7 +54,7 @@ After installing Termux, follow these steps to set it up: ::: info -Skip step 3 , if you want don't want to run java code from Acode +Skip step 3 , if you don't want to run java code from Acode ::: @@ -125,4 +125,4 @@ Now, you can compile and run your Java code directly in Acode using the terminal java YourFileName ``` -By following these steps, you can successfully run and manage Java projects directly on your Android device using Acode and Termux. Happy coding! \ No newline at end of file +By following these steps, you can successfully run and manage Java projects directly on your Android device using Acode and Termux. Happy coding!