quickSelfTest/README
changeset 543 fda58d35b323
parent 535 02bf82681471
--- a/quickSelfTest/README	Thu Mar 28 13:54:42 2019 +0100
+++ b/quickSelfTest/README	Thu Mar 28 13:54:53 2019 +0100
@@ -14,8 +14,9 @@
 Start.st will prepare the stx environment required for the unit test.
 For e.g. loading required packages.
 
-The last command of Start.st will file in RunUnitTest.st class and send #run.
+The last command of Start.st will fileIn the RunUnitTest.st class
+and send it a #run message.
 The RunUnitTest class will perform all unit tests
 (or a subset with the --runOnlyExpeccoUnitTests
-or --runOnly xxx parameter)
-and create a report file
+ or --runOnly xxx parameter)
+and create a report file.