Spelling: ... common (#3781)

* spelling: alignment

* spelling: awareness

* spelling: background

* spelling: bottom

* spelling: buttons

* spelling: comparison

* spelling: cortana

* spelling: exiting

* spelling: initialization

* spelling: middle

* spelling: properly

* spelling: succeeded

* spelling: unknown
This commit is contained in:
Josh Soref
2020-05-27 10:58:47 -04:00
committed by GitHub
parent ecb5d2ae1c
commit c2c163ac4e
17 changed files with 50 additions and 50 deletions

View File

@@ -18,7 +18,7 @@ namespace UnitTests_PreviewHandlerCommon
{ }
[TestMethod]
public void FormHandlerControl_ShouldCreateHandle_OnIntialization()
public void FormHandlerControl_ShouldCreateHandle_OnInitialization()
{
// Arrange and act
using (var testFormHandlerControl = new TestFormControl())
@@ -29,7 +29,7 @@ namespace UnitTests_PreviewHandlerCommon
}
[TestMethod]
public void FormHandlerControl_ShouldSetVisibleFalse_OnIntialization()
public void FormHandlerControl_ShouldSetVisibleFalse_OnInitialization()
{
// Arrange and act
using (var testFormHandlerControl = new TestFormControl())
@@ -40,7 +40,7 @@ namespace UnitTests_PreviewHandlerCommon
}
[TestMethod]
public void FormHandlerControl_ShouldSetFormBorderStyle_OnIntialization()
public void FormHandlerControl_ShouldSetFormBorderStyle_OnInitialization()
{
// Arrange and act
using (var testFormHandlerControl = new TestFormControl())