Skip to content

Commit 8e1709c

Browse files
committed
Minor fixes
1 parent 01c87b4 commit 8e1709c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/learn/01_tutorial/01_your-first-java-app/01_getting-started-with-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ This first Java program showed you the basic steps every Java developer follows
494494
2. Compile these files to produce a set of corresponding `.class` binary files
495495
3. Run them together as an application.
496496
497-
Developers that work on large applications do not use plain text editors to manage their source code; they use Integrated Development Environments. IDEs are complex software applications, specialized in software development. These applications handle the compilation of your source code automatically, they can help you to track errors in the syntax of your Java code and nail down bugs in its execution, among other things.
497+
Developers that work on large applications do not use plain text editors to manage their source code; they use Integrated Development Environments, or "IDEs". IDEs are complex software applications, specialized in software development. These applications handle the compilation of your source code automatically, help you track errors in the syntax of your Java code and nail down bugs in its execution, among other things.
498498
499-
Some of these tools are open source and free to use.
499+
Some of these tools are open-source and free to use.
500500
501501
- [`the Eclipse foundation maintains Eclipse`](doc:ide-eclipse),
502502
- [`the Apache foundation maintains NetBeans`](doc:ide-netbeans),

0 commit comments

Comments
 (0)