more sentence changes
diff --git a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
index f9cc6e5..fbd4d5b 100644
--- a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
+++ b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
@@ -71,7 +71,7 @@
 		<p><b>Add Java 10 JRE</b></p>
 			<ul>
 				<li>
-				Eclipse will recognize Java 10 and allow to add a Java 10 JRE with which launching can be done.
+				Eclipse will recognize Java 10 and allow to add a Java 10 JRE that can be used for launching.
 				<p><img src="images/j10.png" alt=""/></p>
 				</li>
 				<li>Associated with Java 10 is the compiler compliance level of 10 that will be provided as an option as shown below
@@ -87,7 +87,7 @@
 				<p><img src="images/var.compile.png" alt=""/></p>
 				</li>
 				<li>var compilation: Error flagging.
-				<p>Following figure shpws examples of compiler flagging errors for inappropriate usage of var</p>
+				<p>Following figure shows examples of compiler flagging errors for inappropriate usage of var</p>
 				<p><img src="images/var.nocompile.png" alt=""/></p>
 				</li>
 			</ul>