Skip to content

Commit d9d4701

Browse files
committed
Fix typo
1 parent 18ffbf6 commit d9d4701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See also our [GitHub Workflows](/.github/workflows) for examples of building the
4343

4444
## Testing
4545

46-
Unit tests can be run in either the Visual Studio Test Exploror or via .NET CLI `dotnet test` ([link](https://docs.microsoft.com/dotnet/core/tools/dotnet-test)).
46+
Unit tests can be run in either the Visual Studio Test Explorer or via .NET CLI `dotnet test` ([link](https://docs.microsoft.com/dotnet/core/tools/dotnet-test)).
4747

4848
This repo also has some Integration Tests which cannot be run as a standalone DLL and must be run in the context of their project (*.csproj).
4949
For more information please visit [Integration tests in ASP.NET Core](https://docs.microsoft.com/aspnet/core/test/integration-tests).

0 commit comments

Comments
 (0)