diff --git a/guide/english/java/index.md b/guide/english/java/index.md index caab8a2840..90a4d9f89d 100644 --- a/guide/english/java/index.md +++ b/guide/english/java/index.md @@ -105,7 +105,7 @@ Let's write a sample Hello World application. Open any editor / IDE of choice an } -**N.B.** Keep in mind in Java file name should be the **exact same name of the public class** in order to compile! +**N.B.** Keep in mind that in Java the file name should be the **exact same name of the public class** in order to compile! Now open the terminal / Command Prompt. Change your current directory in the terminal / Command Prompt to the directory where your file is located. And compile the file :