Merge branch 'task/JAL-3992_update_docs' into bug/JAL-3365_extendedDSSP_via_stockholm
[jalview.git] / doc / UnitTesting.html
index c4d63ff..801f064 100644 (file)
@@ -83,7 +83,7 @@ The TestNG tests for Jalview can be executed in any of the following ways:
        <ul>
             <li>Ensure that you have TestNG plugin correctly install for eclipse</li>
             <li>Ensure that your test classes are error free and properly annotated</li>
-            <li>Create a lunch configuration "Select the Run / Run... (or Run / Debug...) menu and create a new TestNG configuration"</li>
+            <li>Create a launch configuration "Select the Run / Run... (or Run / Debug...) menu and create a new TestNG configuration"</li>
            <li>Run the tests by executing the configuration target created above</li>
         </ul> 
        A more detailed guide for installing and executing TestNG in eclipse is available at <a href=http://testng.org/doc/eclipse.html>testng.org/doc/eclipse.html</a> <br>&nbsp;