diff --git a/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointInLastModuleInsideMultipleNamespace.fs b/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointInLastModuleInsideMultipleNamespace.fs
index 32816f8ea7ce..886bea8bee95 100644
--- a/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointInLastModuleInsideMultipleNamespace.fs
+++ b/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointInLastModuleInsideMultipleNamespace.fs
@@ -2,7 +2,7 @@
// Empty program entry point warning
// Lack of entry point produces warning with correct source location when compiled to *.exe
// when multiple namespaces with multiple modules declared in source file
-//Main module of program is empty: nothing will happen when it is run
+//Main module of program is empty: nothing will happen when it is run
#light
namespace MyNamespace1
diff --git a/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointModuleInNamespace.fs b/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointModuleInNamespace.fs
index faf53d678e99..ceaaceef2d32 100644
--- a/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointModuleInNamespace.fs
+++ b/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointModuleInNamespace.fs
@@ -2,7 +2,7 @@
// Empty program entry point warning
// Lack of entry point produces warning with correct source location when compiled to *.exe
// when single module declared inside namespace
-//Main module of program is empty: nothing will happen when it is run
+//Main module of program is empty: nothing will happen when it is run
#light
namespace MyNamespace1
diff --git a/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointTypeInNamespace.fs b/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointTypeInNamespace.fs
index 738e43d131e5..d83961f2101f 100644
--- a/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointTypeInNamespace.fs
+++ b/tests/fsharpqa/Source/EntryPoint/W_NoEntryPointTypeInNamespace.fs
@@ -2,7 +2,7 @@
// Empty program entry point warning
// Lack of entry point produces warning with correct source location when compiled to *.exe
// when source file declares type inside namespace
-//Main module of program is empty: nothing will happen when it is run
+//Main module of program is empty: nothing will happen when it is run
#light
namespace MyNamespace1
diff --git a/tests/fsharpqa/Source/Warnings/FS0988AtEndOfFile.fs b/tests/fsharpqa/Source/Warnings/FS0988AtEndOfFile.fs
index d965f3a5361b..65b959a32fb3 100644
--- a/tests/fsharpqa/Source/Warnings/FS0988AtEndOfFile.fs
+++ b/tests/fsharpqa/Source/Warnings/FS0988AtEndOfFile.fs
@@ -1,5 +1,5 @@
// #Warnings
-//Main module of program is empty: nothing will happen when it is run
+//Main module of program is empty: nothing will happen when it is run
namespace MyNamespace1