Corrected typos and sentence fragments.
diff --git a/org.jacoco.doc/docroot/doc/mission.html b/org.jacoco.doc/docroot/doc/mission.html
index 73c4352..7380fc1 100644
--- a/org.jacoco.doc/docroot/doc/mission.html
+++ b/org.jacoco.doc/docroot/doc/mission.html
@@ -24,10 +24,10 @@
 </p>

 

 <p>

-  There are several open source coverage technologies for Java. While

+  There are several open source coverage technologies for Java available. While

   implementing the Eclipse plug-in <a href="http://www.eclemma.org/">EclEmma</a>

   the observation was that none of them are really designed for integration.

-  Most of them are build for a particular tool (Ant tasks, command line, IDE

+  Most of them are specifically fit to a particular tool (Ant tasks, command line, IDE

   plug-in) and do not offer a documented API that allows embedding in different

   contexts. One of the best and widely used available open source tools is

   <a href="http://emma.sourceforge.net/">EMMA</a>. While EclEmma is based on it