This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 10db5cd  Update quickstart.asciidoc
10db5cd is described below

commit 10db5cd7f0f8e88680f85729cb69db464ff0c3e1
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 22:04:32 2019 +0200

    Update quickstart.asciidoc
---
 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 3dd01da..0817238 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -101,7 +101,7 @@ A skeleton main class has been created for you. You can add 
a "Hello World!" mes
 
 1. Between the braces, type `psvm` and press kbd:[Tab]. You should now see 
`public static void main` statement. 
 
-2. Within the `public static void main` statement, type `sout` and press 
kbd:[Tab]. You should now see a 'System.out.println' statement.
+2. Within the `public static void main` statement, type `sout` and press 
kbd:[Tab]. You should now see a `System.out.println` statement.
 
 3. Within the quotation marks, type `hello world`. 
 
@@ -131,6 +131,6 @@ image::images/run-output-maven-small.png[role="left", 
link="images/run-output-ma
 
 Congratulations! Your application works.
 
-You can view the build output by opening the Files window (from the Window 
menu) and expanding the target node.
+You can view the build output by opening the Files window (from the Window 
menu) and expanding the `target` node.
 
 You now know how to accomplish the most common Java development tasks. To 
learn the complete Java development workflow, including testing and debugging, 
see link:https://netbeans.apache.org/kb/docs/java/javase-intro.html[Developing 
General Java Applications].


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to