From 2fd269ba2c8adbc59a5a80e451c324f54535ac3e Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 4 Oct 2018 15:19:00 +0100 Subject: [PATCH] Fix typo (#5732) --- TESTGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTGUIDE.md b/TESTGUIDE.md index 86ba173a08e..80f51322d7e 100644 --- a/TESTGUIDE.md +++ b/TESTGUIDE.md @@ -10,7 +10,7 @@ To run tests, use variations such as the following, depending on which test suit build.cmd vs test build.cmd all test -You can also submit pull requests to http://github.com/Microsoft/visualfsharp and run the tests via continuoous integration. Most people do wholesale testing that way. +You can also submit pull requests to http://github.com/Microsoft/visualfsharp and run the tests via continuous integration. Most people do wholesale testing that way. ## Prerequisites