Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to check-spelling 0.0.20alpha7 #19127

Merged
merged 17 commits into from
Jul 1, 2022
Prev Previous commit
Next Next commit
spelling: whichdoes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jun 30, 2022
commit 34b54497a6f46f8883d9dcdfe70657e4edd8d65d
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public void DedupFunctionWhenCalledMustRemoveInternetShortcuts()
}

[TestMethod]
public void DedupFunctionWhenCalledMustNotRemovelnkWhichdoesNotHaveExe()
public void DedupFunctionWhenCalledMustNotRemovelnkWhichDoesNotHaveExe()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this is an auto thing, and there didn't seem to be any reason not to do:

-Whichdoes
+WhichDoes

{
// Arrange
List<Win32Program> prgms = new List<Win32Program>
Expand Down