fix typo in 'installing java' page

Signed-off-by: osbins <arpitjain.2001@gmail.com>
This commit is contained in:
osbins 2022-11-25 23:46:20 +05:30
parent 07729f9436
commit 565b7a30e1

View file

@ -3,7 +3,7 @@
See the following list of Java-related acronyms for reference:
JRE:: Java Runtime Environment; equired to run Java code and applications
JRE:: Java Runtime Environment; required to run Java code and applications
JVM:: Java Virtual Machine; main component of the JRE
JDK:: Java Development Kit; required only for development, coding
SDK:: Software Development Kit; see JDK